Skip to content

Commit 21fce03

Browse files
committed
heap_dump is not a default feature
1 parent f963f26 commit 21fce03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mmtk/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ json = "0.12.4"
4242

4343
[features]
4444
# We must build with default features
45-
default = ["mmtk/vm_space", "julia_copy_stack", "mmtk/object_pinning", "mmtk/is_mmtk_object", "mmtk/vo_bit_access", "address_based_hashing", "heap_dump"]#, "dump_memory_stats"]
45+
default = ["mmtk/vm_space", "julia_copy_stack", "mmtk/object_pinning", "mmtk/is_mmtk_object", "mmtk/vo_bit_access", "address_based_hashing"]#, "heap_dump"]#, "dump_memory_stats"]
4646

4747
# Default features
4848
julia_copy_stack = []

0 commit comments

Comments
 (0)