mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 22:39:08 +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()
|