From 962245cab228a260a91fc45e059ee55e18d25afc Mon Sep 17 00:00:00 2001 From: Pk11 Date: Sat, 16 Nov 2024 14:33:59 -0600 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a4f9273..8a11390 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ NITRO := #--------------------------------------------------------------------------------- ARCH := -march=armv5te -mtune=arm946e-s -CFLAGS := -g -Wall -O2 -ffunction-sections -fdata-sections\ +CFLAGS := -g -Wall -O3 -ffunction-sections -fdata-sections\ $(ARCH) $(INCLUDE) -DARM9 CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions ASFLAGS := -g $(ARCH)