changed some debugging functions to only compile when DEBUG is defined
This commit is contained in:
@@ -26,7 +26,7 @@ fi
|
||||
version=$(git rev-parse HEAD)
|
||||
|
||||
oflag="-Og"
|
||||
debug_flag="-ggdb"
|
||||
debug_flag="-ggdb -DDEBUG"
|
||||
|
||||
if [ $arg = "release" ]; then
|
||||
oflag="-O3"
|
||||
|
||||
Reference in New Issue
Block a user