From c5cc9d84febbd26b85cadcdbd84810dd22804537 Mon Sep 17 00:00:00 2001 From: Tushar Gohad Date: Sun, 21 Jun 2015 23:17:33 +0000 Subject: Mimic Zaitcev's CFLAGS fix on the debug side Ref commit: 5cbab56a1a8ba78c72e8238458b462df0611070f --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6d83d64..59f1903 100644 --- a/configure.ac +++ b/configure.ac @@ -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="" -- cgit v1.2.1