summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2016-02-06 17:28:52 +0100
committerHaru <haru@dotalux.com>2016-02-06 17:28:52 +0100
commitf4dfc17a1603f7ffafb7f4db54a60bba2315ec5c (patch)
tree44610e6057b69ce40053c176186c00e40ce27e19
parent4a6f28cce495b118840da5139e7dd315437ee4b0 (diff)
parent2ceb249879148be0fca7d81f31158eccf3142aa2 (diff)
downloadhercules-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-xconfigure2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 87cae0846..cf944326d 100755
--- a/configure
+++ b/configure
@@ -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"