blob: e7f9016e721c3ab4446220421b95910046cf2b6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
diff --git a/configure.ac b/configure.ac
index f68602d..1451747 100644
--- a/configure.ac
+++ b/configure.ac
@@ -115,8 +115,7 @@ CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\
AC_SUBST([WARNINGFLAGS], $with_cflags)
CC_CHECK_FLAGS_APPEND([with_ldflags], [LDFLAGS], [\
- -Wl,--as-needed \
- -Wl,--gc-sections])
+])
AC_SUBST([GCLDFLAGS], $with_ldflags)
#### libtool stuff ####
|