Commit 6f9e50ca authored by Daniel Friesel's avatar Daniel Friesel
Browse files

compile code with -fno-exceptions

parent 09017a56
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ default: build/system.elf
INCLUDES = -Iinclude -Iinclude/arch/${arch}
COMMON_FLAGS = -g -Os -Wall -Wextra
CFLAGS = -std=c99
CXXFLAGS = -std=c++14 -fno-rtti -fno-threadsafe-statics
CXXFLAGS = -std=c++14 -fno-rtti -fno-threadsafe-statics -fno-exceptions

ASM_TARGETS =
C_TARGETS =