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