27 lines
415 B
JSON
27 lines
415 B
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"
|
|
]
|
|
}
|