Skip to content

Commit 8710c33

Browse files
committed
remove 'Module Split Optimization'
1 parent a4a2ceb commit 8710c33

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

lang/sdcc.verify.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -185,16 +185,6 @@
185185
"size"
186186
]
187187
},
188-
"$one-module-per-function": {
189-
"type": "boolean",
190-
"markdownDescription": "Module Split Optimization (supported by eide)",
191-
"description.zh-cn": "模块拆分优化 (supported by eide)",
192-
"default": false,
193-
"enum": [
194-
true,
195-
false
196-
]
197-
},
198188
"plain-char-is-signed": {
199189
"type": "boolean",
200190
"markdownDescription": "plain char is signed",

src/ToolchainManager.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,6 @@ class SDCC implements IToolchian {
829829
afterBuildTasks: [],
830830
global: {
831831
"device": "mcs51",
832-
"$one-module-per-function": false,
833832
"optimize-type": "speed",
834833
"use-non-free": false
835834
},

0 commit comments

Comments
 (0)