We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f767f4 commit 23a8237Copy full SHA for 23a8237
tests/runtime_tests.cpp
@@ -15,6 +15,8 @@ bool memory_tracking = false;
15
// Getting weird errors on MacOS when overriding operator new and delete,
16
// so disable the memory leak checking for this platform.
17
# define CHECK_MEMORY_LEAKS 0
18
+#else
19
+# define CHECK_MEMORY_LEAKS 1
20
#endif
21
22
#if defined(CHECK_MEMORY_LEAKS) && CHECK_MEMORY_LEAKS
0 commit comments