Skip to content

Commit 5d8c324

Browse files
committed
option: 'use-microLIB' default value is 'false'
1 parent 0777835 commit 5d8c324

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ToolchainManager.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1560,7 +1560,7 @@ class AC5 implements IToolchian {
15601560
beforeBuildTasks: [],
15611561
afterBuildTasks: [],
15621562
global: {
1563-
"use-microLIB": true,
1563+
"use-microLIB": false,
15641564
"output-debug-info": "enable"
15651565
},
15661566
'c/cpp-compiler': {
@@ -1771,7 +1771,7 @@ class AC6 implements IToolchian {
17711771
beforeBuildTasks: [],
17721772
afterBuildTasks: [],
17731773
global: {
1774-
"use-microLIB": true,
1774+
"use-microLIB": false,
17751775
"output-debug-info": "enable"
17761776
},
17771777
'c/cpp-compiler': {

0 commit comments

Comments
 (0)