Fix error on Release build using Debug macros
All checks were successful
Build and Publish WASM version of demo / Build-And-Deploy (push) Successful in 14s
All checks were successful
Build and Publish WASM version of demo / Build-And-Deploy (push) Successful in 14s
This commit is contained in:
parent
2e97bb6a83
commit
e57cceeaf5
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@
|
|||
do { \
|
||||
std::cout << "Loading " << #f << " with value " << (f) << std::endl; \
|
||||
} while (false);
|
||||
#else
|
||||
#define DEBUG_PRINT_VEC2(v2)
|
||||
#define DEBUG_PRINT_FLOAT(f)
|
||||
#endif
|
||||
|
||||
// standard library includes
|
||||
|
|
Loading…
Reference in a new issue