From 4f2a16ec3405e6755e2ef713dd2b8f940e03e471 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Tue, 28 Nov 2017 12:42:53 -0500 Subject: [PATCH] Added SWITCH define. --- nx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/Makefile b/nx/Makefile index 5db6df16..806f8ed3 100644 --- a/nx/Makefile +++ b/nx/Makefile @@ -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