Skip to content
This repository was archived by the owner on Apr 30, 2025. It is now read-only.

Commit 49e28fd

Browse files
committed
Default to mmap, not malloc, for now
1 parent 5ee65b4 commit 49e28fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/sword/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cc = "1.0"
3535

3636
# run with e.g. 'cargo build --features check_forwarding,check_acyclic'
3737
[features]
38-
default = ["malloc"]
38+
default = ["mmap"]
3939
malloc = []
4040
mmap = []
4141
# FOR DEBUGGING MEMORY ISSUES ONLY

0 commit comments

Comments
 (0)