mirror of
https://github.com/zeldaret/oot.git
synced 2025-10-20 13:40:02 +00:00
Move driverominit and sprintf to src/boot/ (#2105)
This commit is contained in:
parent
5e9704b464
commit
a63f0a63b5
6 changed files with 9 additions and 7 deletions
2
Makefile
2
Makefile
|
@ -419,7 +419,9 @@ $(shell mkdir -p $(foreach dir, \
|
|||
endif
|
||||
|
||||
ifeq ($(COMPILER),ido)
|
||||
$(BUILD_DIR)/src/boot/driverominit.o: OPTFLAGS := -O2
|
||||
$(BUILD_DIR)/src/boot/logutils.o: OPTFLAGS := -O2
|
||||
$(BUILD_DIR)/src/boot/sprintf.o: OPTFLAGS := -O2
|
||||
$(BUILD_DIR)/src/boot/stackcheck.o: OPTFLAGS := -O2
|
||||
|
||||
$(BUILD_DIR)/src/code/__osMalloc.o: OPTFLAGS := -O2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue