diff options
author | Haru <haru@dotalux.com> | 2016-02-06 17:28:52 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2016-02-06 17:28:52 +0100 |
commit | f4dfc17a1603f7ffafb7f4db54a60bba2315ec5c (patch) | |
tree | 44610e6057b69ce40053c176186c00e40ce27e19 | |
parent | 4a6f28cce495b118840da5139e7dd315437ee4b0 (diff) | |
parent | 2ceb249879148be0fca7d81f31158eccf3142aa2 (diff) | |
download | hercules-f4dfc17a1603f7ffafb7f4db54a60bba2315ec5c.tar.gz hercules-f4dfc17a1603f7ffafb7f4db54a60bba2315ec5c.tar.bz2 hercules-f4dfc17a1603f7ffafb7f4db54a60bba2315ec5c.tar.xz hercules-f4dfc17a1603f7ffafb7f4db54a60bba2315ec5c.zip |
Merge pull request #1133 from 4144/visiblefix
Remove from configure flag -fvisibility=hidden.
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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" diff --git a/configure.in b/configure.in index 88f4c67c4..b4a5a110c 100644 --- a/configure.in +++ b/configure.in @@ -477,7 +477,7 @@ AC_PATH_PROG(AR, ar) AC_LANG([C]) -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" |