mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
Turn exceptions back off by default
This commit is contained in:
parent
a4b455185b
commit
8fb24a8f88
1 changed files with 2 additions and 0 deletions
|
@ -146,6 +146,8 @@ DEFAULT_CFLAGS = \
|
||||||
-std=gnu2x
|
-std=gnu2x
|
||||||
|
|
||||||
DEFAULT_CXXFLAGS = \
|
DEFAULT_CXXFLAGS = \
|
||||||
|
-fno-rtti \
|
||||||
|
-fno-exceptions \
|
||||||
-fuse-cxa-atexit \
|
-fuse-cxa-atexit \
|
||||||
-Wno-int-in-bool-context \
|
-Wno-int-in-bool-context \
|
||||||
-Wno-narrowing \
|
-Wno-narrowing \
|
||||||
|
|
Loading…
Reference in a new issue