Merge branch 'master' of git+ssh://gnunet.org/gnunet
authorSchanzenbach, Martin <mschanzenbach@posteo.de>
Thu, 4 Apr 2019 12:03:41 +0000 (14:03 +0200)
committerSchanzenbach, Martin <mschanzenbach@posteo.de>
Thu, 4 Apr 2019 12:03:41 +0000 (14:03 +0200)
configure.ac

index aca23b01cedc5f441dd43a72b7d65a4837fd3566..f4ce605201b497ae82c1b4c1613e97c8d007148a 100644 (file)
@@ -50,6 +50,7 @@ AC_FUNC_FSEEKO
 
 
 CFLAGS="-Wall $CFLAGS"
+LDFLAGS="$LDFLAGS -Wl,--unresolved-symbols=report-all"
 # use '-fno-strict-aliasing', but only if the compiler can take it
 if gcc -fno-strict-aliasing -S -o /dev/null -xc /dev/null >/dev/null 2>&1;
 then