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

Don't generate debug symbols by default in OSX #7068

Closed
nickdesaulniers opened this issue Jun 11, 2013 · 2 comments
Closed

Don't generate debug symbols by default in OSX #7068

nickdesaulniers opened this issue Jun 11, 2013 · 2 comments

Comments

@nickdesaulniers
Copy link

In OSX, whenever I use rustc I get this warning warning: no debug symbols in executable (-arch x86_64) and besides a binary being created, so is a .dSYM dir.

@jdm
Copy link
Contributor

jdm commented Jun 11, 2013

This occurs because we run dsymutil after linking.

@catamorphism
Copy link
Contributor

Dup of #3495

flip1995 pushed a commit to flip1995/rust that referenced this issue Apr 22, 2021
Remove paths::STD_PTR_NULL

Related to rust-lang#5393

changelog: none
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

No branches or pull requests

3 participants