mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 03:36:42 +00:00
check if NDEBUG
is already defined
This commit is contained in:
parent
9c9421a084
commit
b7230f394c
@ -3,7 +3,9 @@
|
|||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
#undef NDEBUG
|
#undef NDEBUG
|
||||||
#else
|
#else
|
||||||
#define NDEBUG
|
#ifndef NDEBUG
|
||||||
|
#define NDEBUG
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* config.h. Generated from config.h.in by configure. */
|
/* config.h. Generated from config.h.in by configure. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user