mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-29 07:30:33 +05:00
Remove debug messages in Release mode
This commit is contained in:
parent
9375168b07
commit
a06c8afd14
@ -38,6 +38,10 @@ void memostat(const char* f, int l)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if defined(_DEBUG_) || defined(_DEBUG)
|
||||||
#define MEMOSTAT memostat( __FILE__, __LINE__ )
|
#define MEMOSTAT memostat( __FILE__, __LINE__ )
|
||||||
|
#else
|
||||||
|
#define MEMOSTAT
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user