Added SWITCH define.

This commit is contained in:
yellows8 2017-11-28 12:42:53 -05:00
parent 02526c920e
commit 4f2a16ec34

View File

@ -40,7 +40,7 @@ CFLAGS := -g -Wall -Werror \
$(ARCH) \
$(BUILD_CFLAGS)
CFLAGS += $(INCLUDE)
CFLAGS += $(INCLUDE) -DSWITCH
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions -std=gnu++11