summaryrefslogtreecommitdiff
path: root/xmake/modules/core/tools/dmd.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/modules/core/tools/dmd.lua')
-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"}