mirror of
https://github.com/zeldaret/oot.git
synced 2025-05-11 19:43:44 +00:00
fix
This commit is contained in:
parent
f01aa841de
commit
d6a26e61e3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -617,7 +617,7 @@ $(BUILD_DIR)/src/libc64/%.o: OPTFLAGS := -O2
|
||||||
|
|
||||||
$(BUILD_DIR)/src/libu64/%.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)
|
# Use signed chars instead of unsigned for this audio file (needed to match AudioDebug_ScrPrt)
|
||||||
$(BUILD_DIR)/src/audio/game/general.o: CFLAGS += -signed
|
$(BUILD_DIR)/src/audio/game/general.o: CFLAGS += -signed
|
||||||
|
|
Loading…
Add table
Reference in a new issue