diff options
author | 2015-03-13 14:44:49 -0400 | |
---|---|---|
committer | 2015-03-13 14:44:49 -0400 | |
commit | 5386c7b4bff9cac946435f1ca5ab760a98e603bb (patch) | |
tree | 85848e555e54b9612a4de998b286b1b6328cc45e | |
parent | ee55702d199f422a35185ca14712a07e3e5b4aae (diff) |
-rw-r--r-- | Makefile.am | 2 |
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 |