diff options
Diffstat (limited to 'xmake/toolchains/sdcc/xmake.lua')
| -rw-r--r-- | xmake/toolchains/sdcc/xmake.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/toolchains/sdcc/xmake.lua b/xmake/toolchains/sdcc/xmake.lua index 869135578..f196f916d 100644 --- a/xmake/toolchains/sdcc/xmake.lua +++ b/xmake/toolchains/sdcc/xmake.lua @@ -52,8 +52,6 @@ toolchain("sdcc") -- on load on_load(function (toolchain) - - -- add port flags for arch local arch = toolchain:arch() if arch then toolchain:add("cxflags", "-m" .. arch) |
