Stop using reserved operator names (and/or/xor) with Xbyak

Also has the Dynarmic upgrade with the same change
This commit is contained in:
Yuri Kunde Schlesner
2017-06-17 12:20:22 -07:00
parent da1bec121a
commit f6715f98f5
3 changed files with 15 additions and 17 deletions

View File

@ -46,7 +46,5 @@ if (ARCHITECTURE_x86_64)
# Defined before "dynarmic" above
# add_library(xbyak INTERFACE)
target_include_directories(xbyak INTERFACE ./xbyak/xbyak)
if (NOT MSVC)
target_compile_options(xbyak INTERFACE -fno-operator-names)
endif()
target_compile_definitions(xbyak INTERFACE XBYAK_NO_OP_NAMES)
endif()