Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix alloc_jemalloc on windows gnu targets #33308

Merged
merged 1 commit into from
May 2, 2016

Conversation

ollie27
Copy link
Member

@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
Collaborator

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
Contributor

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