about summary refs log tree commit diff
path: root/default.bam
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-14 23:39:52 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-03-14 23:39:52 +0000
commit41b8f4f16596df47d30707b1eedaf83836f7d4a1 (patch)
tree5e1daca5d9e0e5621b0551a463e9d789d0bf51dc /default.bam
parent9e84f8d01f87efe5cc79d46d56e26325a09449c0 (diff)
downloadzcatch-41b8f4f16596df47d30707b1eedaf83836f7d4a1.tar.gz
zcatch-41b8f4f16596df47d30707b1eedaf83836f7d4a1.zip
redone the console parsing to be more userfriendly
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 932bd6df..0a94dd53 100644
--- a/default.bam
+++ b/default.bam
@@ -204,7 +204,7 @@ function build(settings)
 	if family == "windows" then
 		settings.cc.flags = "/wd4244"
 	else
-		settings.cc.flags = "-Wall -fstack-protector -fstack-protector-all"
+		settings.cc.flags = "-Wall -fstack-protector -fstack-protector-all -fno-exceptions"
 		settings.linker.flags = ""
 	end