Use the hardening flags

Closes #79.
This commit is contained in:
Keegan McAllister
2012-03-25 03:42:50 -04:00
committed by Keith Winstein
parent ffd7332f8d
commit 349e2d20c8
10 changed files with 13 additions and 10 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
AM_CPPFLAGS = $(protobuf_CFLAGS)
AM_CXXFLAGS = $(WARNING_CXXFLAGS) $(PICKY_CXXFLAGS) -fno-default-inline -pipe
AM_CXXFLAGS = $(WARNING_CXXFLAGS) $(PICKY_CXXFLAGS) $(HARDEN_CFLAGS) -fno-default-inline -pipe
AM_LDFLAGS = $(HARDEN_LDFLAGS)
if BUILD_EXAMPLES
noinst_PROGRAMS = encrypt decrypt ntester parse termemu benchmark