1
0
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:
Sandu Liviu Catalin 2021-08-18 21:36:08 +03:00
parent ec01a80486
commit cb359ed61e

View File

@ -36,7 +36,7 @@
// Check debug/release settings consistency
#if defined(NDEBUG) && defined(_DEBUG)
#error Inconsistent build settings (check for /MD[d])
//#error Inconsistent build settings (check for /MD[d])
#endif