Browse Source

Add -z defs option for linking

Serj Kalichev 3 years ago
parent
commit
2052975250
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile.am

+ 1 - 1
Makefile.am

@@ -11,7 +11,7 @@ DEBUG_CFLAGS = -DDEBUG
 endif
 
 AM_CFLAGS = -Wall $(DEBUG_CFLAGS)
-AM_LDFLAGS = -z relro -z now
+AM_LDFLAGS = -z relro -z now -z defs
 
 bin_PROGRAMS =
 lib_LTLIBRARIES =