From c00a200c508e18c41b6c55506ee35a2f21a6fa57 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 12 Jan 2018 09:53:54 +0100 Subject: add optional aspectc++ support --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3