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