From ea9f4c68bb2afee5529aa1027b6762542d20bb8f Mon Sep 17 00:00:00 2001 From: Derek Hensley Date: Sat, 29 Jul 2023 10:23:35 -0700 Subject: LoadFragment 2 OK (#2) * load_fragment2 * dma.h * og DoRelocation * comment format * A few more docs * symbol * remove _ from loadfragment2 * ptrdiff_t * z_std_dma.h * Format * load.h -> loadfragment.h * laodframgnet2 file optflags * Small notes * Per directory O2 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3643a28..0a5aa95 100644 --- a/Makefile +++ b/Makefile @@ -142,7 +142,7 @@ AS_DEFINES := -DMIPSEB -D_LANGUAGE_ASSEMBLY -D_ULTRA64 C_DEFINES := -DLANGUAGE_C -D_LANGUAGE_C ENDIAN := -EB -OPTFLAGS := -O2 +OPTFLAGS := -O2 -g3 MIPS_VERSION := -mips2 ICONV_FLAGS := --from-code=UTF-8 --to-code=EUC-JP @@ -188,6 +188,7 @@ $(shell mkdir -p $(BUILD_DIR)/linker_scripts/$(VERSION) $(BUILD_DIR)/linker_scri # directory flags +build/src/boot/O2/%.o: OPTFLAGS := -O2 # per-file flags -- cgit v1.2.3