"#24733 [CEA][Windows] SMESH compilation issue" + build SMESH in debug under Windows

This commit is contained in:
rnv 2021-08-23 18:07:16 +03:00
parent 1c601522ed
commit 80cacfcf7d
2 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,7 @@
#include <Utils_SALOME_Exception.hxx> #include <Utils_SALOME_Exception.hxx>
#include <Basics_Utils.hxx> #include <Basics_Utils.hxx>
#include "SMESH_TypeDefs.hxx"
#ifndef WIN32 #ifndef WIN32
#include <unistd.h> // getpid() #include <unistd.h> // getpid()

View File

@ -101,7 +101,9 @@
#include <unordered_map> #include <unordered_map>
#ifdef _DEBUG_ #ifdef _DEBUG_
#ifndef WIN32
#define __myDEBUG #define __myDEBUG
#endif
//#define __NOT_INVALIDATE_BAD_SMOOTH //#define __NOT_INVALIDATE_BAD_SMOOTH
//#define __NODES_AT_POS //#define __NODES_AT_POS
#endif #endif