Skip to content

Commit 177e8da

Browse files
committed
Invoke 64bit linker directly, saves some build time.
1 parent 6398080 commit 177e8da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake-build-x64.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ for /F "tokens=1 delims=." %%G in ("%CMAKE_VER%") do set CMAKE_VN_MAJOR=%%G
5555
echo We are using CMake version: %CMAKE_VN_MAJOR%
5656
:: Default values
5757
set CMAKE_GENERATOR="Visual Studio 15 2017"
58-
set CMAKE_TOOLSET=-T v141
58+
set CMAKE_TOOLSET=-T v141,host=x64
5959
if "%CPU_PLATFORM%"=="x64" (
6060
set CMAKE_PLATFORM=-A %CPU_PLATFORM%
6161
) else (

0 commit comments

Comments
 (0)