Skip to content

Commit

Permalink
Make EXI noreadonly
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartPiece44 committed Sep 27, 2023
1 parent 9929881 commit f63e314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dolphin/exi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ EXI_FILES:=\
$(BUILD_DIR)/src/Dolphin/exi/EXIBios.o\
$(BUILD_DIR)/src/Dolphin/exi/EXIUart.o\

$(EXI_FILES): CFLAGS += -common off
$(EXI_FILES): CFLAGS += -common off -str noreadonly
$(EXI_FILES): MWCC_VERSION := 1.2.5n

DEPENDS += $(EXI_FILES:.o=.d)
Expand Down

0 comments on commit f63e314

Please sign in to comment.