From 2d9992b9cad121cc5e9f4d8473b3a78b75e71ce8 Mon Sep 17 00:00:00 2001 From: Yuhang Zhao <2546789017@qq.com> Date: Sat, 2 Feb 2019 22:14:44 +0800 Subject: [PATCH] Use jom instead of mingw32-make, it's much faster. --- win-build-qt.bat | 1 - 1 file changed, 1 deletion(-) diff --git a/win-build-qt.bat b/win-build-qt.bat index 1ed69a8..dcc33d5 100644 --- a/win-build-qt.bat +++ b/win-build-qt.bat @@ -118,7 +118,6 @@ REM If you have to use nmake, you can pass "-mp" to configure command line, REM which can use multiple processors for compilation, and remember to REM remove "-make-tool jom" and replace all "jom" with "nmake" in your script. SET "_MAKE_TOOL=jom" -IF /I "%_QT_COMPILER:~-3%" == "g++" SET "_MAKE_TOOL=mingw32-make" SET "_D3D_COMPILER_XX_DLL=%ProgramFiles(x86)%\Windows Kits\10\Redist\D3D\%_TARGET_ARCH%\d3dcompiler_47.dll" TITLE Configure finished CLS