summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-01-12 09:53:54 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-01-12 09:53:54 +0100
commitc00a200c508e18c41b6c55506ee35a2f21a6fa57 (patch)
treea96264d9b95038199b282b5a716b78bf217cf43c /Makefile
parentf9d2d27ff67b6cecf9b969617bc2355bb9e2273c (diff)
add optional aspectc++ support
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b05a7cd..0e5371a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
default: build/system.elf
INCLUDES = -Iinclude
-COMMON_FLAGS = -g -Os -Wall -Wextra -unused -fno-rtti
+COMMON_FLAGS = -g -Os -Wall -Wextra -fno-rtti
CFLAGS = -std=c99
CXXFLAGS = -std=c++14