Github actions for MSVC

This commit is contained in:
John Wellbelove 2020-08-16 18:59:30 +01:00
parent 32b003629c
commit d592d05913

View File

@ -38,7 +38,7 @@ SOFTWARE.
#define ETL_8BIT_SUPPORT (CHAR_BIT == 8)
// Define a debug macro
#if defined(_DEBUG) || defined(DEBUG)
#if (defined(_DEBUG) || defined(DEBUG)) && !defined(ETL_DEBUG)
#define ETL_DEBUG
#endif