diff --git a/Makefile b/Makefile index c71eb5b6..ec4bc315 100644 --- a/Makefile +++ b/Makefile @@ -176,15 +176,15 @@ DEP_FILES := $(O_FILES:.o=.d) \ $(shell mkdir -p $(BUILD_DIR)/linker_scripts/$(VERSION) $(BUILD_DIR)/linker_scripts/$(VERSION)/auto $(foreach dir,$(SRC_DIRS) $(ASM_DIRS) $(BIN_DIRS),$(BUILD_DIR)/$(dir))) -# Directory flags +# directory flags + +# per-file flags build/src/libultra/io/pidma.o: OPTFLAGS := -O1 -g0 build/src/main/1EB50.o: OPTFLAGS := -O1 -g0 build/src/libultra/2BDF0.o: OPTFLAGS := -O1 -g0 build/src/libultra/2C700.o: OPTFLAGS := -O1 -g0 build/src/libultra/2D300.o: OPTFLAGS := -O1 -g0 -# per-file flags - # cc & asm-processor build/src/%.o: CC := $(ASM_PROC) $(ASM_PROC_FLAGS) $(CC) -- $(AS) $(ASFLAGS) --