mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Ensure LTO is enabled as a info.json build config option (#22932)
* feature.lto -> build.lto * keymaps too
This commit is contained in:
@@ -314,8 +314,8 @@
|
||||
},
|
||||
"features": {
|
||||
"$ref": "qmk.definitions.v1#/boolean_array",
|
||||
"propertyNames": { "$ref": "qmk.definitions.v1#/snake_case" }
|
||||
|
||||
"propertyNames": { "$ref": "qmk.definitions.v1#/snake_case" },
|
||||
"not": { "required": [ "lto" ] }
|
||||
},
|
||||
"indicators": {
|
||||
"type": "object",
|
||||
|
||||
Reference in New Issue
Block a user