Skip to content

Commit

Permalink
match a few funcs and add compiler option (#465)
Browse files Browse the repository at this point in the history
* match a few funcs and add compiler option
  • Loading branch information
MegaMech authored Oct 18, 2023
1 parent 03a5550 commit 53f8428
Show file tree
Hide file tree
Showing 7 changed files with 85 additions and 470 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,8 @@ ifeq ($(COMPILER),ido)
$(BUILD_DIR)/src/audio/%.o: OPT_FLAGS := -O2 -use_readwrite_const
$(BUILD_DIR)/src/audio/port_eu.o: OPT_FLAGS := -O2 -framepointer
$(BUILD_DIR)/src/audio/external.o: OPT_FLAGS := -O2 -framepointer
# No tab here required
$(BUILD_DIR)/src/code_8006E9C0.o: OPT_FLAGS := -O2 -Wo,-loopunroll,0
endif


Expand Down
134 changes: 0 additions & 134 deletions asm/non_matchings/code_80005FD0/func_800065D0.s

This file was deleted.

62 changes: 0 additions & 62 deletions asm/non_matchings/code_80005FD0/func_80010E6C.s

This file was deleted.

Loading

0 comments on commit 53f8428

Please sign in to comment.