diff --git a/build.cmd b/build.cmd index bfd76b2..eb9a023 100644 --- a/build.cmd +++ b/build.cmd @@ -7,7 +7,7 @@ echo module dub.version_; enum dubVersion = "%GITVER%"; > source\dub\version_.d echo Executing %DC%... -%DC% -ofbin\dub.exe -g -debug -w -property -Isource curl.lib %* @build-files.txt +%DC% -ofbin\dub.exe -g -debug -w -Isource curl.lib %* @build-files.txt if errorlevel 1 exit /b 1 echo DUB has been built. You probably also want to add the following entry to your diff --git a/build.sh b/build.sh index 3a4f949..6b63ecf 100755 --- a/build.sh +++ b/build.sh @@ -31,7 +31,7 @@ echo Running $DC... -$DC -ofbin/dub -g -debug -w -property -Isource $* $LIBS @build-files.txt +$DC -ofbin/dub -g -debug -w -Isource $* $LIBS @build-files.txt echo DUB has been built as bin/dub. echo echo You may want to run