From 679b71e250ce6557f05b57882747029ab6af7edc Mon Sep 17 00:00:00 2001 From: Justin Weiss Date: Fri, 21 Feb 2020 21:17:31 -0800 Subject: Add async CD access --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f633665..9866050 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ CFLAGS += -Wall -Iinclude -ffast-math ifeq ($(DEBUG), 1) CFLAGS += -O0 -ggdb else -ifeq ($(platform), vita) +ifeq ($(platform), $(filter $(platform), vita ctr)) CFLAGS += -O3 -DNDEBUG else CFLAGS += -O2 -DNDEBUG -- cgit v1.2.3