summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Gohad <tusharsg@gmail.com>2015-06-21 23:17:33 +0000
committerTushar Gohad <tusharsg@gmail.com>2015-06-21 23:18:00 +0000
commitc5cc9d84febbd26b85cadcdbd84810dd22804537 (patch)
treee1c31b2dff50cc181998d27040c9c0db1616425e
parent590aeec46809ec9a9cefc51b4958854dd8805ebf (diff)
downloadliberasurecode-c5cc9d84febbd26b85cadcdbd84810dd22804537.tar.gz
Mimic Zaitcev's CFLAGS fix on the debug side
Ref commit: 5cbab56a1a8ba78c72e8238458b462df0611070f
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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=""