summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-02-03 16:28:37 +0300
committerAndrei Karas <akaras@inbox.ru>2016-02-05 01:03:42 +0300
commit2ceb249879148be0fca7d81f31158eccf3142aa2 (patch)
tree936bad42b92da083240d3150ed6a7cba50e09bbb /configure
parentf6ee3f1d20596375b2c68c7b7eff4e40008ce9c2 (diff)
downloadhercules-2ceb249879148be0fca7d81f31158eccf3142aa2.tar.gz
hercules-2ceb249879148be0fca7d81f31158eccf3142aa2.tar.bz2
hercules-2ceb249879148be0fca7d81f31158eccf3142aa2.tar.xz
hercules-2ceb249879148be0fca7d81f31158eccf3142aa2.zip
Remove from configure flag -fvisibility=hidden.
It prevent for show funcstion names in stack in asserts.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 836c29d98..cf944326d 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.in 1cfa636.
+# From configure.in cbe69a9.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69.
#
@@ -4592,7 +4592,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
-CFLAGS="$CFLAGS -pipe -ffast-math -fvisibility=hidden -Wall -Wextra -Wno-sign-compare"
+CFLAGS="$CFLAGS -pipe -ffast-math -Wall -Wextra -Wno-sign-compare"
CPPFLAGS="$CPPFLAGS -I../common"
LDFLAGS="$LDFLAGS"