Skip to content

Commit

Permalink
Remove unused flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rhargreaves committed Sep 9, 2024
1 parent 17b917d commit 46bf19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ EXTRA_FLAGS:=-DBUILD='"$(BUILD)"' \
-Wl,--wrap=SYS_disableInts

ifeq ($(ROM_TYPE), MEGAWIFI)
EXTRA_FLAGS += -DMEGAWIFI -DENABLE_MEGAWIFI=1
EXTRA_FLAGS += -DMEGAWIFI
LTO_FLAGS:=
else
LTO_FLAGS:=-flto
Expand Down

0 comments on commit 46bf19c

Please sign in to comment.