about summary refs log tree commit diff
path: root/default.bam
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-02-11 22:25:10 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-02-11 22:25:10 +0000
commit1ea859c431b33a384727c0016917dde15bceeff3 (patch)
treea2e8a040abaa6334e6e5c0442a75b5777355000d /default.bam
parent79dfdb3cd71a44ec3cd8e1dab15263837381cbbf (diff)
downloadzcatch-1ea859c431b33a384727c0016917dde15bceeff3.tar.gz
zcatch-1ea859c431b33a384727c0016917dde15bceeff3.zip
security audit: fixed so the packer functions checks for errors
Diffstat (limited to 'default.bam')
-rw-r--r--default.bam2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.bam b/default.bam
index 42fadfed..edba03ab 100644
--- a/default.bam
+++ b/default.bam
@@ -173,7 +173,7 @@ function build(settings)
 	if family == "windows" then
 		settings.cc.flags = "/wd4244"
 	else
-		settings.cc.flags = "-Wall"
+		settings.cc.flags = "-Wall -fstack-protector -fstack-protector-all"
 		settings.linker.flags = ""
 	end