mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
MSVC: remove MemLeak build support
There are better memleak detection tools. 1) Requires to guard placement new and external libs 2) Doesn't work thoroughly
This commit is contained in:
parent
6c1b6c1704
commit
41ee792f95
20 changed files with 8 additions and 181 deletions
|
@ -18,7 +18,6 @@
|
|||
#include "Emu/GDB.h"
|
||||
|
||||
#ifdef LLVM_AVAILABLE
|
||||
#include "restore_new.h"
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning(push, 0)
|
||||
#else
|
||||
|
@ -55,7 +54,6 @@
|
|||
#else
|
||||
#pragma GCC diagnostic pop
|
||||
#endif
|
||||
#include "define_new_memleakdetect.h"
|
||||
|
||||
#include "PPUTranslator.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue