Explorar el Código

Add -z relro -z now to LDFLAGS. More secure

Serj Kalichev hace 3 años
padre
commit
d30dc9816d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Makefile.am

+ 1 - 0
Makefile.am

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