summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@mit.edu>2015-03-13 14:44:49 -0400
committerGravatar Benjamin Barenblat <bbaren@mit.edu>2015-03-13 14:44:49 -0400
commit5386c7b4bff9cac946435f1ca5ab760a98e603bb (patch)
tree85848e555e54b9612a4de998b286b1b6328cc45e
parentee55702d199f422a35185ca14712a07e3e5b4aae (diff)
Makefile.am: Correct typoHEADmaster
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index db79507..7c2d575 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@ CPPFLAGS = \
-D_FORTIFY_SOURCE=2
CXXFLAGS = \
- -std=c++11
+ -std=c++11 \
-ftrapv \
-fstack-protector-strong --param=ssp-buffer-size=4 \
-fPIE