jjb: remove -DDEBUG from coverity CFLAGS
[lttng-ci.git] / scripts / common / coverity.sh
index 80abeddf6a6cc40e63ede582055775086ce812b7..21e76aba68f0312303cacf1867b732601d33c7b0 100755 (executable)
@@ -34,8 +34,8 @@ TMPDIR="$WORKSPACE/tmp"
 
 NPROC=$(nproc)
 PLATFORM=$(uname)
-export CFLAGS="-O0 -g -DDEBUG"
-export CXXFLAGS="-O0 -g -DDEBUG"
+export CFLAGS="-O0 -g"
+export CXXFLAGS="-O0 -g"
 
 # Cache the tool installer in the home directory since we delete the workspace
 # on each build
This page took 0.023522 seconds and 4 git commands to generate.