Commit Graph

5 Commits (8bc6433be176d27f1b4976846fb0be69cd8e57bd)

Author SHA1 Message Date
Connor McLaughlin 011ee6331e build: Link tinyxml2 statically in cmake/win32 5 years ago
Connor McLaughlin 3daa6b469a Build: Explicitly disable spectre mitigations
Mitigations-off gave a roughly 20-25% boost in performance on my laptop
(i7-7700HQ), even with the recompiler.

It seems AppVeyor was building with them enabled. You shouldn't treat an
emulator like a sandbox and run untrusted code in it amyway.
5 years ago
Stenzek d67133b537 Build: Fix DebugFast config for tinyxml2 5 years ago
Connor McLaughlin 52fd070d3b Build: Compile tinyxml2 as static library instead of dll 5 years ago
Connor McLaughlin 28a179ec1d dep: Add tinyxml2 5 years ago