From 5386c7b4bff9cac946435f1ca5ab760a98e603bb Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Fri, 13 Mar 2015 14:44:49 -0400 Subject: Makefile.am: Correct typo --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3