We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 638b641 commit e7c9f95Copy full SHA for e7c9f95
tools/build_steps_win_arm64.bat
@@ -93,6 +93,9 @@ echo Setting up ARM64 Developer Command Prompt and running CMake...
93
:: Initialize VS ARM64 environment
94
for /f "usebackq tokens=*" %%i in (`"C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" -latest -property installationPath`) do call "%%i\VC\Auxiliary\Build\vcvarsall.bat" arm64
95
96
+:: Prefer LLVM flang
97
+PATH=C:\Program Files\LLVM\bin;%PATH%
98
+
99
:: Run CMake and Ninja build
100
cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DUSE_THREADS=1 -DNUM_THREADS=24 -DTARGET=ARMV8 -DBUILD_SHARED_LIBS=ON -DARCH=arm64 ^
101
-DBINARY=%build_bits% -DCMAKE_SYSTEM_PROCESSOR=ARM64 -DCMAKE_C_COMPILER=clang-cl ^
0 commit comments