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