Build -march=x86-64 in binary mode

This commit is contained in:
TotallyNotElite 2021-02-28 12:00:57 +01:00 committed by TNE
parent 57579cf2bd
commit 1940a31359

View File

@ -194,6 +194,9 @@ if(EnableWarnings)
else()
target_compile_options(cathook PRIVATE -w)
endif()
if(Internal_Binarymode)
target_compile_options(cathook PRIVATE -march=x86-64)
endif()
target_include_directories(cathook PRIVATE include include/hooks)