mirror of
https://github.com/zeldaret/oot.git
synced 2025-10-19 21:19:54 +00:00
[ntsc-1.2] Update spec for boot and code (#2114)
* Update spec for boot and code * Fix merge
This commit is contained in:
parent
c8cafdc93e
commit
6e5ea8c7aa
4 changed files with 39 additions and 12 deletions
2
Makefile
2
Makefile
|
@ -421,6 +421,7 @@ endif
|
|||
ifeq ($(COMPILER),ido)
|
||||
$(BUILD_DIR)/src/boot/driverominit.o: OPTFLAGS := -O2
|
||||
$(BUILD_DIR)/src/boot/logutils.o: OPTFLAGS := -O2
|
||||
$(BUILD_DIR)/src/boot/sleep.o: OPTFLAGS := -O2
|
||||
$(BUILD_DIR)/src/boot/sprintf.o: OPTFLAGS := -O2
|
||||
$(BUILD_DIR)/src/boot/stackcheck.o: OPTFLAGS := -O2
|
||||
|
||||
|
@ -439,7 +440,6 @@ $(BUILD_DIR)/src/code/padsetup.o: OPTFLAGS := -O2
|
|||
$(BUILD_DIR)/src/code/padutils.o: OPTFLAGS := -O2
|
||||
$(BUILD_DIR)/src/code/printutils.o: OPTFLAGS := -O2
|
||||
$(BUILD_DIR)/src/code/relocation_gc.o: OPTFLAGS := -O2
|
||||
$(BUILD_DIR)/src/code/sleep.o: OPTFLAGS := -O2
|
||||
$(BUILD_DIR)/src/code/system_malloc.o: OPTFLAGS := -O2
|
||||
|
||||
$(BUILD_DIR)/src/code/fault_n64.o: CFLAGS += -trapuv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue