10 строки
180 Б
JSON
10 строки
180 Б
JSON
{
|
|
"build-tags": ["avr", "js", "wasm"],
|
|
"compiler": "avr-gcc",
|
|
"linker": "avr-gcc",
|
|
"objcopy": "avr-objcopy",
|
|
"ldflags": [
|
|
"-T", "targets/avr.ld",
|
|
"-Wl,--gc-sections"
|
|
]
|
|
}
|