Add LTO to build defs in info.json

This commit is contained in:
Gondolindrim 2024-01-10 18:16:07 -03:00
parent ce5a4e6af0
commit 25efc8ea8e
No known key found for this signature in database
GPG Key ID: A44E7AEDE212F56C

View File

@ -23,6 +23,9 @@
"encoder": false, "encoder": false,
"nkro": true "nkro": true
}, },
"build": {
"lto": true
},
"ws2812":{ "ws2812":{
"pin": "B15" "pin": "B15"
}, },