Merge
This commit is contained in:
commit
f0887dcc05
@ -26,11 +26,13 @@
|
||||
#include "incls/_bytecodes.cpp.incl"
|
||||
|
||||
|
||||
#if defined(WIN32) && (defined(_MSC_VER) && (_MSC_VER < 1600))
|
||||
// Windows AMD64 Compiler Hangs compiling this file
|
||||
// unless optimization is off
|
||||
#ifdef _M_AMD64
|
||||
#pragma optimize ("", off)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
bool Bytecodes::_is_initialized = false;
|
||||
|
Loading…
Reference in New Issue
Block a user