rpcs3/asmjitsrc
Bevan Weiss a11afe05bf MSVC changes
Add support for compilation on x64 toolchain (x86 cl.exe was running out of heap space in vm.cpp)

Also took the opportunity to change compile optimisation from /Ox to /O2, as /O2 provides better optimisation than does /Ox

Also, we shouldn't be explicitely setting compiler tool defines (__cpp_lib_bitops), so remove that from types.h
2020-08-14 18:34:34 +01:00
..
CMakeLists.txt CMake: use CMAKE_SOURCE_DIR instead of .. in some places 2018-12-10 01:43:47 +03:00
asmjit.vcxproj MSVC changes 2020-08-14 18:34:34 +01:00
asmjit.vcxproj.filters Fix compilation asmjit for VS. (#2791) 2017-05-18 19:31:39 +03:00