]> git.lizzy.rs Git - rust.git/commit
rollup merge of #19045: jmesmon/jemalloc-flags-2
authorJakub Bukaj <jakub@jakub.cc>
Mon, 17 Nov 2014 23:24:10 +0000 (00:24 +0100)
committerJakub Bukaj <jakub@jakub.cc>
Mon, 17 Nov 2014 23:24:10 +0000 (00:24 +0100)
commit9673365b3712102c025db451b497500ae82d5f3a
treee053001e7338739d6378411ae189bea5d9d2fb5f
parent2f8da7bbd0cd6cab726a6658d5d7293f428b9dd3
parent600cec1cd819a49f556fa30b0639a2f24e76cf71
rollup merge of #19045: jmesmon/jemalloc-flags-2

- CFG_CFLAGS is only used for jemalloc
- We grew an extra set of flags for jemalloc (CFG_JEMALLOC_CFLAGS) in addition to CFG_CFLAGS
- This kills of CFG_CFLAGS and keeps the more specific and less confusing CFG_JEMALLOC_CFLAGS
- Additionally, pass CFG_JEMALLOC_CFLAGS to jemalloc's configure slightly differently so things work when people use --sysroot in their CFLAGS.