Created
January 25, 2019 18:25
-
-
Save dcreager/162a17bca38a2780de72f9fb797ac507 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cargo build | |
Compiling cc v1.0.26 | |
Compiling cc-02-broken v0.1.0 (/Users/dcreager/git/rust-cc-linking/cc-02-broken) | |
Compiling cc-01-works-by-accident v0.1.0 (/Users/dcreager/git/rust-cc-linking/cc-01-works-by-accident) | |
warning: redundant linker flag specified for library `c++` | |
warning: redundant linker flag specified for library `c++` | |
Finished dev [unoptimized + debuginfo] target(s) in 3.13s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment