Skip to content

Commit fa10ef8

Browse files
author
Jorge Aparicio
committed
fix Makefiles
1 parent 0b1fa98 commit fa10ef8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mk/crates.mk

+1
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ TARGET_SPECIFIC_alloc_jemalloc := 1
172172
DOC_CRATES := std alloc collections core libc std_unicode
173173

174174
ifeq ($(CFG_DISABLE_JEMALLOC),)
175+
RUSTFLAGS_std := --cfg 'feature="jemalloc"'
175176
RUSTFLAGS_rustc_back := --cfg 'feature="jemalloc"'
176177
endif
177178

0 commit comments

Comments
 (0)