Skip to content

Commit f7abba5

Browse files
committed
Force use lld in stm32-lvgl/toolset.json
1 parent 86640cc commit f7abba5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stm32-lvgl/toolset.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"-Xfrontend", "-function-sections",
1010
"-Xfrontend", "-mergeable-symbols",
1111
"-Xfrontend", "-enable-single-module-llvm-emission",
12-
"-assert-config", "Debug"
12+
"-assert-config", "Debug",
13+
"-Xclang-linker", "-fuse-ld=lld"
1314
]
1415
},
1516
"cCompiler": {

0 commit comments

Comments
 (0)