From 178ffa2cfa7f89f21289874e66eca894d997aee4 Mon Sep 17 00:00:00 2001 From: Daniel R <47796739+polybiusproxy@users.noreply.github.com> Date: Thu, 17 Aug 2023 07:51:51 +0200 Subject: [PATCH] Fix vib-ribbon preset (#821) --- backend/coreapp/compilers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/coreapp/compilers.py b/backend/coreapp/compilers.py index c44d9f9f..674a8213 100644 --- a/backend/coreapp/compilers.py +++ b/backend/coreapp/compilers.py @@ -1274,7 +1274,7 @@ _all_presets = [ Preset( "vib-ribbon", PSYQ45, - "-O2 -G4 -mel -mno-abicalls -fno-builtin", + "-Os -G4 -mel -mno-abicalls -fno-builtin", ), # Saturn Preset(