forked from mirror/qmk_firmware
Ensure LTO is enabled as a info.json build config option (#22932)
* feature.lto -> build.lto * keymaps too
This commit is contained in:
@@ -4,9 +4,11 @@
|
||||
"maintainer": "Gondolindrim",
|
||||
"bootloader": "stm32-dfu",
|
||||
"diode_direction": "COL2ROW",
|
||||
"build": {
|
||||
"lto": true
|
||||
},
|
||||
"features": {
|
||||
"extrakey": true,
|
||||
"lto": true,
|
||||
"mousekey": true,
|
||||
"nkro": true,
|
||||
"rgblight": true
|
||||
|
||||
@@ -4,12 +4,14 @@
|
||||
"maintainer": "Gondolindrim",
|
||||
"bootloader": "stm32-dfu",
|
||||
"diode_direction": "COL2ROW",
|
||||
"build": {
|
||||
"lto": true
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"command": false,
|
||||
"console": false,
|
||||
"extrakey": true,
|
||||
"lto": true,
|
||||
"mousekey": true,
|
||||
"nkro": true,
|
||||
"rgblight": true
|
||||
|
||||
Reference in New Issue
Block a user