diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-09-17T15·07+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-09-17T15·07+0200 |
commit | 5a05cf4063fc6ea666f3e24c60bd2e9e5526ef4e (patch) | |
tree | 6fd1fa6286e9b7c29d713ec125d38dd27944f8f8 /configure.ac | |
parent | 6e5b02bee4c117863f11e4697da9e4f55b81e52d (diff) |
Add Make flag to disable optimization
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 00c1d495d445..89fd6b96e79d 100644 --- a/configure.ac +++ b/configure.ac @@ -54,8 +54,8 @@ if test "$sys_name" = sunos; then fi -CFLAGS=${CFLAGS:--g -O3 -Wall} -CXXFLAGS=${CXXFLAGS:--g -O3 -Wall} +CFLAGS= +CXXFLAGS= AC_PROG_CC AC_PROG_CXX |