-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
Still getting multiple -march with LDC #686
Comments
p0nce
referenced
this issue
Sep 16, 2015
Would you take BountySource donations? What would be the price for this item? |
This affects me also (I'm on Linux x64). |
Closed
s-ludwig
added a commit
that referenced
this issue
Jan 30, 2016
Build type settings of dependencies used to accumulate in the dependent projects. This change now adds the build type settings only once after all targets have been collected.
s-ludwig
added a commit
that referenced
this issue
Jan 31, 2016
Build type settings of dependencies used to accumulate in the dependent projects. This change now adds the build type settings only once after all targets have been collected.
s-ludwig
added a commit
that referenced
this issue
Feb 17, 2016
…-march Fix duplicate compiler switches for nested dependencies. Fixes #686.
Whoa thanks @tsbockman 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OS Mac OS X
Project to reproduce https://github.com/p0nce/dplug/blob/master/examples/distort/dub.json
DUB version master @ 548dc1b
Problem
$ dub build --compiler=ldc2
=> OK$ dub build --compiler=ldc2
-a x86 => FAIL$ dub build --compiler=ldc2
-a x86_64 => FAILIn other words, it generates multiple -march in non-trivial projects whenever the
--arch
switch is used.The text was updated successfully, but these errors were encountered: