mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-03 14:00:35 +05:00
"#24733 [CEA][Windows] SMESH compilation issue" + build SMESH in debug under Windows
This commit is contained in:
parent
1c601522ed
commit
80cacfcf7d
@ -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()
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user