Skip to content

Commit 111e3f8

Browse files
committed
Disable secure mimalloc mode
1 parent 2db7436 commit 111e3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ optional = true
2929
jemalloc = [
3030
'mimalloc-sys',
3131
'mimalloc-sys/override',
32-
'mimalloc-sys/secure',
32+
# 'mimalloc-sys/secure', #FIXME: disable secure build
3333
'mimalloc-sys/check_full'
3434
]

0 commit comments

Comments
 (0)