diff options
| author | ruki <[email protected]> | 2020-03-16 23:12:27 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-03-16 13:14:43 +0800 |
| commit | 719791f7eb2ebecf84ce2a182259b83219b5b773 (patch) | |
| tree | 7841abb81313424fdd526644dbdabd0bb1ca2208 /xmake/modules/core/tools/sdcc.lua | |
| parent | 96dc02bb71b40d415daabf094252d0c4201a6626 (diff) | |
update changelog
Diffstat (limited to 'xmake/modules/core/tools/sdcc.lua')
| -rw-r--r-- | xmake/modules/core/tools/sdcc.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/xmake/modules/core/tools/sdcc.lua b/xmake/modules/core/tools/sdcc.lua index 5da7028d8..03879677c 100644 --- a/xmake/modules/core/tools/sdcc.lua +++ b/xmake/modules/core/tools/sdcc.lua @@ -24,12 +24,6 @@ import("core.base.option") -- init it function init(self) - -- init shflags - self:set("shflags", "-shared") - - -- init cxflags for the kind: shared - self:set("shared.cxflags", "-fPIC") - -- init flags map self:set("mapflags", { |
