diff options
Diffstat (limited to 'default.bam')
| -rw-r--r-- | default.bam | 2 |
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 |