Skip to content

Commit

Permalink
fix Makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aparicio committed Dec 23, 2016
1 parent 0b1fa98 commit fa10ef8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mk/crates.mk
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ TARGET_SPECIFIC_alloc_jemalloc := 1
DOC_CRATES := std alloc collections core libc std_unicode

ifeq ($(CFG_DISABLE_JEMALLOC),)
RUSTFLAGS_std := --cfg 'feature="jemalloc"'
RUSTFLAGS_rustc_back := --cfg 'feature="jemalloc"'
endif

Expand Down

0 comments on commit fa10ef8

Please sign in to comment.