mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-02-04 08:55:21 -05:00
Remove LTO, minor UI tweaks (#1216)
This commit is contained in:
parent
3d46c28911
commit
3b41d73ddd
@ -44,7 +44,7 @@ if(cpp20_supported)
|
|||||||
else()
|
else()
|
||||||
set(USE_CPPOPT "-std=c++17")
|
set(USE_CPPOPT "-std=c++17")
|
||||||
endif()
|
endif()
|
||||||
set(USE_CPPOPT "${USE_CPPOPT} -flto -fno-rtti -fno-exceptions -Weffc++ -Wuninitialized -Wno-volatile")
|
set(USE_CPPOPT "${USE_CPPOPT} -fno-rtti -fno-exceptions -Weffc++ -Wuninitialized -Wno-volatile")
|
||||||
|
|
||||||
# Enable this if you want the linker to remove unused code and data
|
# Enable this if you want the linker to remove unused code and data
|
||||||
set(USE_LINK_GC yes)
|
set(USE_LINK_GC yes)
|
||||||
|
@ -161,7 +161,7 @@ class TextEditorMenu : public View {
|
|||||||
{15 * 8, 1 * 8, 7 * 8, 7 * 8},
|
{15 * 8, 1 * 8, 7 * 8, 7 * 8},
|
||||||
"Zoom",
|
"Zoom",
|
||||||
&bitmap_icon_search,
|
&bitmap_icon_search,
|
||||||
Color::dark_green()};
|
Color::orange()};
|
||||||
|
|
||||||
NewButton button_delline{
|
NewButton button_delline{
|
||||||
{1 * 8, 8 * 8, 7 * 8, 7 * 8},
|
{1 * 8, 8 * 8, 7 * 8, 7 * 8},
|
||||||
|
@ -76,11 +76,11 @@ class AlphanumView : public TextEntryView {
|
|||||||
"0"};
|
"0"};
|
||||||
|
|
||||||
Button button_delete{
|
Button button_delete{
|
||||||
{10 * 8 - 2, 33 * 8, 4 * 8 + 2, 32},
|
{9 * 8, 33 * 8, 6 * 8, 32},
|
||||||
"<DEL"};
|
"<DEL"};
|
||||||
|
|
||||||
Button button_mode{
|
Button button_mode{
|
||||||
{16 * 8 - 2, 33 * 8, 4 * 8 + 2, 32},
|
{16 * 8, 33 * 8, 5 * 8, 32},
|
||||||
""};
|
""};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@ if(cpp20_supported)
|
|||||||
else()
|
else()
|
||||||
set(USE_CPPOPT "-std=c++17")
|
set(USE_CPPOPT "-std=c++17")
|
||||||
endif()
|
endif()
|
||||||
set(USE_CPPOPT "${USE_CPPOPT} -flto -fno-rtti -fno-exceptions -Weffc++ -Wuninitialized -Wno-volatile")
|
set(USE_CPPOPT "${USE_CPPOPT} -fno-rtti -fno-exceptions -Weffc++ -Wuninitialized -Wno-volatile")
|
||||||
|
|
||||||
# Enable this if you want the linker to remove unused code and data
|
# Enable this if you want the linker to remove unused code and data
|
||||||
set(USE_LINK_GC yes)
|
set(USE_LINK_GC yes)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user