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

DMD with -m64 doesn't append .exe to -of option #17589

Open
dlangBugzillaToGithub opened this issue Jun 7, 2013 · 1 comment
Open

DMD with -m64 doesn't append .exe to -of option #17589

dlangBugzillaToGithub opened this issue Jun 7, 2013 · 1 comment

Comments

@dlangBugzillaToGithub
Copy link

Dmitry Olshansky (@DmitryOlshansky) reported this on 2013-06-07T04:24:38Z

Transferred from https://issues.dlang.org/show_bug.cgi?id=10290

Description

It's all in the title.

This:
simple.d
---
void main(){}
---

compiled as
dmd -m64 -ofs64 

gives following:
s64
s64.obj

where s64 is indeed the application but without .exe suffix.

dmd -m32 -ofs32

gives the usual:
s32.exe
s32.obj


Seems like a trivial thing but horribly annoying.
@dlangBugzillaToGithub
Copy link
Author

dmitry.olsh (@DmitryOlshansky) commented on 2013-10-20T09:33:18Z

https://github.com/D-Programming-Language/dmd/pull/2686

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant