Build -march=x86-64 in binary mode
This commit is contained in:
parent
57579cf2bd
commit
1940a31359
@ -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)
|
||||
|
Reference in New Issue
Block a user