Mimic Zaitcev's CFLAGS fix on the debug side

Ref commit: 5cbab56a1a
This commit is contained in:
Tushar Gohad 2015-06-21 23:17:33 +00:00
parent 590aeec468
commit c5cc9d84fe
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ esac],[debug=false])
if test x$debug = xtrue ; then
DEBUG=1
CXXFLAGS=""
CFLAGS="-O0 -ggdb -g3 ${werror_flag} -D_GNU_SOURCE=1 -Wall -pedantic -std=c99"
CFLAGS="-O0 -ggdb -g3 ${werror_flag} -D_GNU_SOURCE=1 -Wall -pedantic -std=c99 ${CFLAGS}"
else
DEBUG=0
CXXFLAGS=""