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 /configure | |
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.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 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" |