Skip to content

Commit

Permalink
Auto merge of #30739 - pnkfelix:finish-enable-rpath-by-default, r=dot…
Browse files Browse the repository at this point in the history
…dash

finish enabling `-C rpath` by default in rustc. See #30353.
  • Loading branch information
bors committed Jan 7, 2016
2 parents 03f4950 + b043ded commit 25d1f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/main.mk
Expand Up @@ -149,7 +149,7 @@ endif
ifdef TRACE
CFG_RUSTC_FLAGS += -Z trace
endif
ifdef CFG_ENABLE_RPATH
ifndef CFG_DISABLE_RPATH
CFG_RUSTC_FLAGS += -C rpath
endif

Expand Down

0 comments on commit 25d1f4b

Please sign in to comment.