-
-
Notifications
You must be signed in to change notification settings - Fork 227
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
[ldmd2] DUB puts .o in the current directory which breaks the build #634
Comments
|
Still happen in DUB version 0.9.24-rc.2+7-g35a0cca |
|
Work-arounded by using --compiler=ldc2 instead. |
|
I faced this problem on linux with |
|
reproduction test case doesn't work since a while anymore, didn't see anyone open a similar issue in a while, will just close. It's recommended to use ldc instead of ldmd anyway, and might just be an ldmd bug if it only happens with it. |
|
Absolutely agree |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DUB file:
https://github.com/p0nce/dplug/blob/master/examples/distort/dub.json
DUB version:
v0.9.23 (didn't test in more recent)
OS:
Mac OS X 10.10
Compiler:
ldc2-0.15.2-beta2-osx-x86_64
Command-line used:
dub build --build=debug --arch=x86 --compiler=ldmd2 --force
Result:
All .o files get created in the current directory. This brings conflicts.
The text was updated successfully, but these errors were encountered: