DEBUG preprocessor flag

This commit is contained in:
Stefano D'Angelo 2024-02-14 06:20:00 +01:00
parent a4924ff832
commit 93d960e3b8

View File

@ -3,4 +3,7 @@
# define BW_NO_MATH_H
# define INFINITY (__builtin_inff())
#endif
#define BW_NO_DEBUG
#ifndef DEBUG
# define BW_NO_DEBUG
#endif