cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER=clang++ -DCLOCKWORK_MARCH_TARGET=native -B build-release -S . && cmake --build build-release -j
-- Building for: Visual Studio 17 2022
-- The CXX compiler identification is MSVC 19.43.34808.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/cl.exe - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Using -march=native for optimizations
-- LTO is set to: YES
-- LTO is set to: YES
-- LTO is set to: YES
-- LTO is set to: YES
-- LTO is set to: YES
-- LTO is set to: YES
-- LTO is set to: YES
-- LTO is set to: YES
-- LTO is set to: YES
-- Configuring done (3.0s)
-- Generating done (0.1s)
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_BUILD_TYPE
-- Build files have been written to: C:/Users/Personal/AppData/Local/Temp/tmpa0ack91l/Clockwork/Clockwork-tmp/build-release
MSBuild version 17.13.15+18b3035f6 for .NET Framework
C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppBuild.targets(544,5): warning MSB8029: The Intermediate directory or Output directory cannot reside under the Temporary directory as it could lead to issues with incremental build. [C:\Users\Personal\AppData\Local\Temp\tmpa0ack91l\Clockwork\Clockwork-tmp\build-release\ZERO_CHECK.vcxproj]
1>Checking Build System
C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppBuild.targets(544,5): warning MSB8029: The Intermediate directory or Output directory cannot reside under the Temporary directory as it could lead to issues with incremental build. [C:\Users\Personal\AppData\Local\Temp\tmpa0ack91l\Clockwork\Clockwork-tmp\build-release\checkout_lps.vcxproj]
-- Found Git: G:/Git/cmd/git.exe (found version "2.47.1.windows.2")
-- Cloning lps...
Cloning into 'lps'...
-- Checking out lps commit 392ee574034b89739928de528e41ed4cab9482e8...
HEAD is now at 392ee57 undo masking removal for swizzle (avx512)
Building Custom Rule C:/Users/Personal/AppData/Local/Temp/tmpa0ack91l/Clockwork/Clockwork-tmp/CMakeLists.txt
C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppBuild.targets(544,5): warning MSB8029: The Intermediate directory or Output directory cannot reside under the Temporary directory as it could lead to issues with incremental build. [C:\Users\Personal\AppData\Local\Temp\tmpa0ack91l\Clockwork\Clockwork-tmp\build-release\check_git_hash.vcxproj]
-- Found Git: G:/Git/cmd/git.exe (found version "2.47.1.windows.2")
fatal: not a git repository (or any of the parent directories): .git
fatal: not a git repository (or any of the parent directories): .git
Building Custom Rule C:/Users/Personal/AppData/Local/Temp/tmpa0ack91l/Clockwork/Clockwork-tmp/CMakeLists.txt
C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppBuild.targets(544,5): warning MSB8029: The Intermediate directory or Output directory cannot reside under the Temporary directory as it could lead to issues with incremental build. [C:\Users\Personal\AppData\Local\Temp\tmpa0ack91l\Clockwork\Clockwork-tmp\build-release\git_hash.vcxproj]
Building Custom Rule C:/Users/Personal/AppData/Local/Temp/tmpa0ack91l/Clockwork/Clockwork-tmp/CMakeLists.txt
cl : command line warning D9002: ignoring unknown option '-march=native' [C:\Users\Personal\AppData\Local\Temp\tmpa0ack91l\Clockwork\Clockwork-tmp\build-release\git_hash.vcxproj]
version.cpp
git_hash.vcxproj -> C:\Users\Personal\AppData\Local\Temp\tmpa0ack91l\Clockwork\Clockwork-tmp\build-release\Debug\git_hash.lib
C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppBuild.targets(544,5): warning MSB8029: The Intermediate directory or Output directory cannot reside under the Temporary directory as it could lead to issues with incremental build. [C:\Users\Personal\AppData\Local\Temp\tmpa0ack91l\Clockwork\Clockwork-tmp\build-release\clockwork-lib.vcxproj]
Building Custom Rule C:/Users/Personal/AppData/Local/Temp/tmpa0ack91l/Clockwork/Clockwork-tmp/CMakeLists.txt
cl : command line error D8021: invalid numeric argument '/Wextra' [C:\Users\Personal\AppData\Local\Temp\tmpa0ack91l\Clockwork\Clockwork-tmp\build-release\clockwork-lib.vcxproj]
make: *** [Makefile:42: release] Error 1