Turn exceptions back off by default

This commit is contained in:
Justine Tunney 2024-01-08 10:47:42 -08:00
parent a4b455185b
commit 8fb24a8f88
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

@ -146,6 +146,8 @@ DEFAULT_CFLAGS = \
-std=gnu2x
DEFAULT_CXXFLAGS = \
-fno-rtti \
-fno-exceptions \
-fuse-cxa-atexit \
-Wno-int-in-bool-context \
-Wno-narrowing \