Skip to content

Commit

Permalink
Use jom instead of mingw32-make, it's much faster.
Browse files Browse the repository at this point in the history
  • Loading branch information
wangwenx190 committed Feb 2, 2019
1 parent 15497a5 commit 2d9992b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion win-build-qt.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d9992b

Please sign in to comment.