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

Compiling C++ with "-x c++" is unsupported by cl.exe #63

Open
tpoole opened this issue Feb 9, 2016 · 0 comments
Open

Compiling C++ with "-x c++" is unsupported by cl.exe #63

tpoole opened this issue Feb 9, 2016 · 0 comments

Comments

@tpoole
Copy link

tpoole commented Feb 9, 2016

The equivalent option is -TP.

Should this be part of the compiler configuration? Something like:
linux-x86_64-gcc cpp -xc++
win32-x86_64-cl cpp -TP

It would also be useful to be able to configure the C++ libraries (-lstdc++ on Linux) too.

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

No branches or pull requests

1 participant