mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Disable macro error for release with debug info builds in POCO.
This commit is contained in:
parent
ec01a80486
commit
cb359ed61e
@ -36,7 +36,7 @@
|
|||||||
|
|
||||||
// Check debug/release settings consistency
|
// Check debug/release settings consistency
|
||||||
#if defined(NDEBUG) && defined(_DEBUG)
|
#if defined(NDEBUG) && defined(_DEBUG)
|
||||||
#error Inconsistent build settings (check for /MD[d])
|
//#error Inconsistent build settings (check for /MD[d])
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user