Skip to content

Commit f0c5e75

Browse files
committed
-fno-exceptions
1 parent d1fc357 commit f0c5e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/tools.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ CFLAGS := \
9595
CXXFLAGS := \
9696
$(CXXFLAGS_EXT) \
9797
-std=c++98 \
98-
-exceptions \
98+
-fno-exceptions \
9999
-fno-rtti \
100100
-fdata-sections \
101101
-ffunction-sections \

0 commit comments

Comments
 (0)