diff options
| author | ruki <[email protected]> | 2017-07-12 13:07:18 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-07-12 13:07:18 +0800 |
| commit | f6688e9eaff8ce02c097ba4e1da27d9efd8ece90 (patch) | |
| tree | 00248715b7f53a9957d35d833fc4f3127a86f0f7 /xmake/modules/core/tools/dmd.lua | |
| parent | 7346528e00d1175b1ee4ce0c88234434a47a35ec (diff) | |
add os.args and fix command args
Diffstat (limited to 'xmake/modules/core/tools/dmd.lua')
| -rw-r--r-- | xmake/modules/core/tools/dmd.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/dmd.lua b/xmake/modules/core/tools/dmd.lua index 45f915afc..30c0ce394 100644 --- a/xmake/modules/core/tools/dmd.lua +++ b/xmake/modules/core/tools/dmd.lua @@ -58,7 +58,7 @@ function nf_optimize(self, level) -- the maps local maps = { - , fast = {"-O"} + fast = {"-O"} , faster = {"-O", "-release"} , fastest = {"-O", "-release", "-inline", "-boundscheck=off"} , smallest = {"-O", "-release", "-boundscheck=off"} |
