summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2019-06-21 08:16:50 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2019-06-21 08:16:50 +0200
commit6f9e50ca58623e551baa81fa635471b0b340f5af (patch)
tree4528f77e8bd4932720bdb0a5a3833ad4d0a14b07 /Makefile
parent09017a564fd9c9ea1f906c7e4d3e98e98c40d573 (diff)
compile code with -fno-exceptions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dda7ef0..179c493 100644
--- a/Makefile
+++ b/Makefile
@@ -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 =