18 строки
398 Б
JSON
18 строки
398 Б
JSON
{
|
|
"llvm-target": "xtensa",
|
|
"goos": "linux",
|
|
"goarch": "arm",
|
|
"build-tags": ["xtensa", "baremetal", "linux", "arm"],
|
|
"gc": "conservative",
|
|
"scheduler": "none",
|
|
"cflags": [
|
|
"-Werror",
|
|
"-fshort-enums",
|
|
"-Wno-macro-redefined",
|
|
"-fno-exceptions", "-fno-unwind-tables", "-fno-asynchronous-unwind-tables",
|
|
"-ffunction-sections", "-fdata-sections"
|
|
],
|
|
"ldflags": [
|
|
"--gc-sections"
|
|
]
|
|
}
|