summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2017-08-02 16:18:53 -0700
committerMathias Preiner <mathias.preiner@gmail.com>2017-08-02 16:18:53 -0700
commitb539a167fa56deea34472a9725693f45ae325dd8 (patch)
tree73992cda19c1cda7a4ab6657a24b7f50b3eb5283 /configure.ac
parentec16b410a725e4a7659c41f87327cdd1ef7b59e1 (diff)
Disable debug symbols for production builds.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 30098305f..664cf215c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -472,7 +472,7 @@ case "$with_build" in
FLAG_VISIBILITY_HIDDEN='-fvisibility=hidden'
if test -z "${OPTLEVEL+set}" ; then OPTLEVEL=3 ; fi
if test -z "${enable_optimized+set}" ; then enable_optimized=yes ; fi
- if test -z "${enable_debug_symbols+set}"; then enable_debug_symbols=yes ; fi
+ if test -z "${enable_debug_symbols+set}"; then enable_debug_symbols=no ; fi
if test -z "${enable_statistics+set}" ; then enable_statistics=yes ; fi
if test -z "${enable_replay+set}" ; then enable_replay=no ; fi
if test -z "${enable_assertions+set}" ; then enable_assertions=no ; fi
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback