Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f2c8beb

Browse files
committed
AOnly define NDEDBUG if DEBUG is not defined
1 parent 2e8f614 commit f2c8beb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Include/object.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2222
2323
******************************************************************/
2424

25+
#ifndef DEBUG
2526
#define NDEBUG
27+
#endif
28+
2629
/* Object and type object interface */
2730

2831
/*

0 commit comments

Comments
 (0)