]> xenbits.xensource.com Git - people/liuw/rumprun.git/commitdiff
disable stack protector until we get it supported
authorAntti Kantee <pooka@iki.fi>
Mon, 4 May 2015 07:31:44 +0000 (07:31 +0000)
committerAntti Kantee <pooka@iki.fi>
Mon, 4 May 2015 07:31:44 +0000 (07:31 +0000)
lib/Makefile.inc

index 47cc0a0ca3ebc281306dc08da3d3f972d4c05a26..f7cc3599170eaaebcbd3e958fef1908412b9b065 100644 (file)
@@ -1,2 +1,3 @@
 CFLAGS+=       -Wall -Wextra -Wno-unused-parameter
 CFLAGS+=       -Wmissing-prototypes -Wstrict-prototypes
+CFLAGS+=       -fno-stack-protector