mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-02 07:35:25 +08:00
4 lines
90 B
CMake
4 lines
90 B
CMake
|
if(MSVC AND CMAKE_SYSTEM_PROCESSOR STREQUAL "ARM64")
|
||
|
add_compile_options(/Gy)
|
||
|
endif()
|