Skip to content
Snippets Groups Projects
Commit 33f9e5d5 authored by chrissi^'s avatar chrissi^
Browse files

fix NODEBUG

parent 7b3f1285
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ fi
RELEASENAME=${GLUONVERSION}-$(date '+%Y%m%d%H%M')-${BRANCH}
RELEASETAG=${GLUONVERSION}_${BRANCH}_${ARCHSTRING}_$(date '+%Y%m%d-%H%M')_${SITECOMMIT}
if [ -z "${NODEBUG}" ]; then
if [ -n "${NODEBUG}" ]; then
DEBUG=""
else
DEBUG="V=s"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment