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

Support GCC compiler as an option #40

Closed
AaronRobinsonMSFT opened this issue Oct 16, 2020 · 1 comment · Fixed by #41
Closed

Support GCC compiler as an option #40

AaronRobinsonMSFT opened this issue Oct 16, 2020 · 1 comment · Fixed by #41
Labels
enhancement New feature or request

Comments

@AaronRobinsonMSFT
Copy link
Owner

At present the compile on non-Windows platforms is hardcoded to clang. This should be configurable.

command = "clang";
commandArguments = compilerFlags.ToString();

@AaronRobinsonMSFT
Copy link
Owner Author

Support for GCC isn't explicitly added here. It was confirmed the generated command line arguments for the clang scenario also work with GCC. This scenario can be achieved by using the DnneCompilerCommand MSBuild property to provide the gcc command and override the default clang for non-Windows scenarios.

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

Successfully merging a pull request may close this issue.

1 participant