aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-05-05 15:48:27 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-05-05 15:48:27 -0700
commitc3d512f27e76f2e877b8843a3a420ae06237a8a1 (patch)
tree14be5864098c82cc63128c5f91211bfbc6540dd6
parent9a09f9f532a6cad74fa0768f5c751e647c728def (diff)
downloadbun-c3d512f27e76f2e877b8843a3a420ae06237a8a1.tar.gz
bun-c3d512f27e76f2e877b8843a3a420ae06237a8a1.tar.zst
bun-c3d512f27e76f2e877b8843a3a420ae06237a8a1.zip
Fix valgrind tracking flag
-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