Skip to content

Conversation

ollie27
Copy link
Contributor

@ollie27 ollie27 commented May 1, 2016

jemalloc prefixes the symbols by default on Windows so we need to account
for that to avoid link errors such as: undefined reference to 'mallocx'
when using alloc_jemalloc.

jemalloc prefixes the symbols by default on Windows so we need to account
for that to avoid link errors such as: `undefined reference to `mallocx'`
when using alloc_jemalloc.
@rust-highfive
Copy link
Contributor

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

@nagisa
Copy link
Member

nagisa commented May 1, 2016

r? @alexcrichton

@alexcrichton
Copy link
Member

@bors: r+ e8cbcef

@bors
Copy link
Collaborator

bors commented May 2, 2016

⌛ Testing commit e8cbcef with merge d80497e...

bors added a commit that referenced this pull request May 2, 2016
Fix alloc_jemalloc on windows gnu targets

jemalloc prefixes the symbols by default on Windows so we need to account
for that to avoid link errors such as: `undefined reference to 'mallocx'`
when using alloc_jemalloc.
@bors bors merged commit e8cbcef into rust-lang:master May 2, 2016
@ollie27 ollie27 deleted the wingnu_jemalloc branch May 3, 2016 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants