diff options
-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 |