Skip to content

Commit

Permalink
Support writes to EZ Flash ODE
Browse files Browse the repository at this point in the history
  • Loading branch information
aronson committed Oct 12, 2024
1 parent 82ac91e commit 01ea0a2
Show file tree
Hide file tree
Showing 8 changed files with 963 additions and 846 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ AUDIO := audio
DMGAUDIO :=
ROMTITLE := LUCKY RTC
ROMCODE := 3RTC
USERFLAGS := -flto -Oz
USERCXXFLAGS :=
USERFLAGS := -flto -Oz
USERCXXFLAGS :=
USERASFLAGS :=
USERLDFLAGS := -flto=2
USERLDFLAGS := -flto=2 -Wl,--print-memory-usage
USERLIBDIRS :=
USERLIBS :=
DEFAULTLIBS :=
Expand Down
Loading

0 comments on commit 01ea0a2

Please sign in to comment.