]> Pileus Git - grits/commitdiff
Remove no-undefined-symbols from gen.sh
authorAndy Spencer <andy753421@gmail.com>
Fri, 9 Sep 2011 06:19:49 +0000 (06:19 +0000)
committerAndy Spencer <andy753421@gmail.com>
Fri, 9 Sep 2011 06:19:49 +0000 (06:19 +0000)
This should be done properly in the Makefiles now.

gen.sh

diff --git a/gen.sh b/gen.sh
index adbf6e27d763c722c58ac897a0c6118509135636..5c1fb348873c882a413e3737ce6fe2cb085dab1a 100755 (executable)
--- a/gen.sh
+++ b/gen.sh
@@ -4,5 +4,4 @@ dir=$(dirname $(readlink -f $0))
        "--enable-gtk-doc" \
        "--libdir=$dir/src/.libs" \
        "--includedir=$dir/include" \
-       CFLAGS="-g -Werror $CFLAGS" \
-       LDFLAGS="-Wl,-z,defs"
+       CFLAGS="-g -Werror $CFLAGS"