diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-01-12 09:53:54 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-01-12 09:53:54 +0100 |
commit | c00a200c508e18c41b6c55506ee35a2f21a6fa57 (patch) | |
tree | a96264d9b95038199b282b5a716b78bf217cf43c /Makefile | |
parent | f9d2d27ff67b6cecf9b969617bc2355bb9e2273c (diff) |
add optional aspectc++ support
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |