added dsmdebug file for debugging using macros and setting flags in buildscript
[IRC.git] / Robust / src / buildscript
index e5a01ecc20ca64aea549bbf93d3633db99c2463c..a9bea668513c68dc57fbc592535380601d3f2ff7 100755 (executable)
@@ -190,7 +190,8 @@ RAWDEBUGFLAG=true
 EXTRAOPTIONS="$EXTRAOPTIONS -g"
 elif [[ $1 = '-runtimedebug' ]]
 then
-EXTRAOPTIONS="$EXTRAOPTIONS -DDEBUG"
+#EXTRAOPTIONS="$EXTRAOPTIONS -DDEBUG"
+EXTRAOPTIONS="$EXTRAOPTIONS -DCHECKTB"
 elif [[ $1 = '-nooptimize' ]]
 then
 EXTRAOPTIONS="$EXTRAOPTIONS -O0"