From d6a26e61e35ebd585dd27f5dba753640e1d75548 Mon Sep 17 00:00:00 2001 From: fig02 Date: Wed, 30 Apr 2025 18:01:09 -0400 Subject: [PATCH] fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 576e14bffc..ccb21b81ae 100644 --- a/Makefile +++ b/Makefile @@ -617,7 +617,7 @@ $(BUILD_DIR)/src/libc64/%.o: OPTFLAGS := -O2 $(BUILD_DIR)/src/libu64/%.o: OPTFLAGS := -O2 -$(BUILD_DIR)/src/audio/game/%.o: OPTFLAGS := -O2 +$(BUILD_DIR)/src/audio/%.o: OPTFLAGS := -O2 # Use signed chars instead of unsigned for this audio file (needed to match AudioDebug_ScrPrt) $(BUILD_DIR)/src/audio/game/general.o: CFLAGS += -signed