mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-17 19:23:25 +00:00
all: compile and link using clang, where possible
This commit is contained in:
+6
-1
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"build-tags": ["avr", "js", "wasm"],
|
||||
"compiler": "avr-gcc",
|
||||
"linker": "avr-gcc",
|
||||
"objcopy": "avr-objcopy"
|
||||
"objcopy": "avr-objcopy",
|
||||
"ldflags": [
|
||||
"-T", "targets/avr.ld",
|
||||
"-Wl,--gc-sections"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user