Skip to content
Snippets Groups Projects
Commit 5bda6917 authored by pippin's avatar pippin Committed by pippin
Browse files

ctx: use -O2 not -O3

Benchmarks from using debug overlay:

O3 settings menu: 13-15fps system menu 18fps sun menu 17-18fps
O2 settings menu: 16-17fps system menu 23fps sun menu 20fps
parent ff8379c6
No related branches found
No related tags found
1 merge request!73ctx: use -O2 not -O3
Pipeline #6262 passed
......@@ -10,7 +10,7 @@
#ifndef __clang__
#if CONFIG_FLOW3R_CTX_FLAVOUR_FULL
#pragma GCC optimize("O3")
#pragma GCC optimize("O2")
#else
#pragma GCC optimize("Oz")
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment