Skip to content

Fresh build on OS X Mountain Lion yields "warning: no debug symbols in executable (-arch x86_64)" on compiles #8571

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

Closed
johnnyw opened this issue Aug 17, 2013 · 1 comment

Comments

@johnnyw
Copy link

johnnyw commented Aug 17, 2013

Version info for clang++:

Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin12.4.1
Thread model: posix

OS X version: 10.8.4

Steps to reproduce:
Download and unzip http://static.rust-lang.org/dist/rust-0.7.tar.gz
in rust-0.7 directory:
./configure
make
make install

Then compile a simple rust program (hello world will do):
rustc hello.rs

"warning: no debug symbols in executable (-arch x86_64)" is displayed, instead of silently succeeding.

@metajack
Copy link
Contributor

This is a dupe of #3495

flip1995 pushed a commit to flip1995/rust that referenced this issue Apr 21, 2022
add `empty_drop`

Closes rust-lang#8352

changelog: New lint [`empty_drop`]
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

2 participants