File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ compiler.warning_flags.all=-Wall -Wextra
20
20
# Default "compiler.path" is correct, change only if you want to override the initial value
21
21
compiler.path={runtime.tools.cba-llvm.path}/bin/
22
22
compiler.c.cmd=clang-wrapper
23
- compiler.c.flags=--target=avr -c -g -Os {compiler.warning_flags} --sysroot={runtime.tools.cba-avr-sysroot.path} -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects
23
+ compiler.c.flags=--target=avr -c -g -Os {compiler.warning_flags} --skip-lto=wiring.c -- sysroot={runtime.tools.cba-avr-sysroot.path} -std=gnu11 -ffunction-sections -fdata-sections -MMD -flto -fno-fat-lto-objects
24
24
compiler.c.elf.flags=--target=avr {compiler.warning_flags} --sysroot={runtime.tools.cba-avr-sysroot.path} -Os -g -flto -fuse-linker-plugin -ffunction-sections -fdata-sections -Wl,--gc-sections -fuse-ld={runtime.tools.cba-avr-bfd.path}/bin/ld.bfd
25
25
compiler.c.elf.cmd=clang++
26
26
compiler.S.flags=--target=avr --sysroot={runtime.tools.cba-avr-sysroot.path} -c -g -x assembler-with-cpp -flto -MMD
You can’t perform that action at this time.
0 commit comments