We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574d4e0 commit e6248f3Copy full SHA for e6248f3
src/Makefile
@@ -137,7 +137,7 @@ CPPC = $(TRGT)g++
137
# Enable loading with g++ only if you need C++ runtime support.
138
# NOTE: You can use C++ even without C++ support if you are careful. C++
139
# runtime support makes code size explode.
140
-LD = $(TRGT)gcc
+LD = $(TRGT)gcc -fno-exceptions -fno-rtti
141
#LD = $(TRGT)g++
142
CP = $(TRGT)objcopy
143
AS = $(TRGT)gcc -x assembler-with-cpp
0 commit comments