summaryrefslogtreecommitdiff
path: root/xmake/modules
diff options
context:
space:
mode:
authorruki <[email protected]>2017-07-12 13:07:18 +0800
committerruki <[email protected]>2017-07-12 13:07:18 +0800
commitf6688e9eaff8ce02c097ba4e1da27d9efd8ece90 (patch)
tree00248715b7f53a9957d35d833fc4f3127a86f0f7 /xmake/modules
parent7346528e00d1175b1ee4ce0c88234434a47a35ec (diff)
add os.args and fix command args
Diffstat (limited to 'xmake/modules')
-rw-r--r--xmake/modules/core/tools/dmd.lua2
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"}