From: Antti Kantee Date: Mon, 4 May 2015 07:31:44 +0000 (+0000) Subject: disable stack protector until we get it supported X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=c70e5be5cde178556ed7d5092941b7ae53f0cae4;p=people%2Fliuw%2Frumprun.git disable stack protector until we get it supported --- diff --git a/lib/Makefile.inc b/lib/Makefile.inc index 47cc0a0..f7cc359 100644 --- a/lib/Makefile.inc +++ b/lib/Makefile.inc @@ -1,2 +1,3 @@ CFLAGS+= -Wall -Wextra -Wno-unused-parameter CFLAGS+= -Wmissing-prototypes -Wstrict-prototypes +CFLAGS+= -fno-stack-protector