From 575e75fc9184c3e207993256a620408af6368b94 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Thu, 30 Jan 2014 10:45:14 -0800 Subject: [PATCH] Fix #90 --- build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.bat b/build.bat index 325716b..cdde7bd 100644 --- a/build.bat +++ b/build.bat @@ -1 +1 @@ -dmd main.d stats.d imports.d highlighter.d ctags.d astprinter.d formatter.d outliner.d style.d stdx/*.d stdx/d/*.d -ofdscanner.exe -m64 -O -release -noboundscheck +dmd main.d stats.d imports.d highlighter.d ctags.d astprinter.d formatter.d outliner.d stdx/*.d stdx/d/*.d analysis/*.d -ofdscanner -m64 -g -O -release -noboundscheck -inline