From 76be354cf2d924a8cbdd7fb4ac4f6b9c1546762f Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Wed, 5 Apr 2023 11:37:49 +0200 Subject: Add clipboard copy/paste --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 369ad26..0310567 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ CFLAGS += $(INC_FLAGS) CFLAGS += $(CONFIG) LDFLAGS := $(ARCH) $(SPECS) LDLIBS := $(LIBGBA) -RELEASE_CFLAGS := -DNDEBUG -O3 +RELEASE_CFLAGS := -DNDEBUG -O2 DEBUG_CFLAGS := -DDEBUG -O2 -g .PHONY: clean run -- cgit v1.2.1