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

Empty of -e option for MSVC #17810

Open
dlangBugzillaToGithub opened this issue Aug 10, 2017 · 0 comments
Open

Empty of -e option for MSVC #17810

dlangBugzillaToGithub opened this issue Aug 10, 2017 · 0 comments

Comments

@dlangBugzillaToGithub
Copy link

Daewon Lee reported this on 2017-08-10T08:03:15Z

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

Description

The -e is thought to be transformed to /E or /EP in MSVC, but it seems the command option is not processed properly.(https://github.com/dlang/dmd/blob/master/src/vcbuild/msvc-dmc.d)

Is it deliberately omitted? or should be added as follows?


<code>
case "-e": // "show results of preprocessor"
    newArgs ~= "/E";
    break;
</code>
@thewilsonator thewilsonator added Feature:ImportC Pertaining to ImportC support and removed Feature:ImportC Pertaining to ImportC support labels Dec 16, 2024
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

2 participants