Ensure LTO is enabled as a info.json
build config option (#22932)
* feature.lto -> build.lto * keymaps too
This commit is contained in:
parent
79020519b4
commit
3a13c2120a
23 changed files with 52 additions and 28 deletions
|
@ -8,6 +8,9 @@
|
|||
"pid": "0x4D45",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"build": {
|
||||
"lto": true
|
||||
},
|
||||
"features": {
|
||||
"audio": false,
|
||||
"backlight": true,
|
||||
|
@ -16,7 +19,6 @@
|
|||
"console": false,
|
||||
"encoder": false,
|
||||
"extrakey": true,
|
||||
"lto": true,
|
||||
"mousekey": false,
|
||||
"nkro": true,
|
||||
"rgblight": false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue