Skip to content

Commit

Permalink
Fix vib-ribbon preset (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
polybiusproxy authored Aug 17, 2023
1 parent e84d20a commit 178ffa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/coreapp/compilers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@ def preset_from_name(name: str) -> Optional[Preset]:
Preset(
"vib-ribbon",
PSYQ45,
"-O2 -G4 -mel -mno-abicalls -fno-builtin",
"-Os -G4 -mel -mno-abicalls -fno-builtin",
),
# Saturn
Preset(
Expand Down

0 comments on commit 178ffa2

Please sign in to comment.