Move LTO from features to build

This commit is contained in:
Gondolindrim 2023-12-02 22:22:50 -03:00
parent 23822f0938
commit e9fc7fd4b1
No known key found for this signature in database
GPG Key ID: A44E7AEDE212F56C

View File

@ -17,11 +17,13 @@
"console": false, "console": false,
"encoder": false, "encoder": false,
"extrakey": true, "extrakey": true,
"lto": true,
"mousekey": false, "mousekey": false,
"nkro": true, "nkro": true,
"rgblight": true "rgblight": true
}, },
"build": {
"lto": true
},
"indicators": { "indicators": {
"caps_lock": "A4" "caps_lock": "A4"
}, },
@ -130,4 +132,4 @@
] ]
} }
} }
} }