diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-03 16:28:37 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-05 01:03:42 +0300 |
commit | 2ceb249879148be0fca7d81f31158eccf3142aa2 (patch) | |
tree | 936bad42b92da083240d3150ed6a7cba50e09bbb /configure | |
parent | f6ee3f1d20596375b2c68c7b7eff4e40008ce9c2 (diff) | |
download | hercules-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-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |