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

allow to build without debug

parent 4a06ea6c
No related branches found
No related tags found
No related merge requests found
......@@ -49,8 +49,11 @@ RELEASETAG=${GLUONVERSION}_${BRANCH}_${ARCHSTRING}_$(date '+%Y%m%d-%H%M')_${SITE
echo $RELEASETAG
DEBUG="V=s"
#DEBUG=""
if [ -z "${NODEBUG}" ]; then
DEBUG=""
else
DEBUG="V=s"
fi
# Days until the autoupdater makes sure that the new vesion gets installed
# (maybe define based on the branch?)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment