aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 11c0a35c2..874a35116 100644
--- a/Makefile
+++ b/Makefile
@@ -1298,7 +1298,7 @@ jsc-bindings-mac: bindings
MIMALLOC_VALGRIND_ENABLED_FLAG =
ifeq ($(OS_NAME),linux)
- MIMALLOC_VALGRIND_ENABLED_FLAG = -DMI_VALGRIND=ON
+ MIMALLOC_VALGRIND_ENABLED_FLAG = -DMI_TRACK_VALGRIND=ON
endif