We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I can't figure out how to provide multiple compiler options when using e.g. clang-head to compile C++. I've e.g. tried adding multiple rows like this:
// #wandbox compiler-option: -std=c++2a // #wandbox compiler-option: -fcoroutines-ts
However, it seems only the last line is used as an actual option. And I'm not able to figure out how to place multiple options on one line.
The text was updated successfully, but these errors were encountered:
#wandbox feature can handle only single compiler option at the moment.
#wandbox
Handle to multiple compiler options is useful idea, but I have no idea how to provide better #wandbox syntax.
Sorry, something went wrong.
No branches or pull requests
Hi,
I can't figure out how to provide multiple compiler options when using e.g. clang-head to compile C++.
I've e.g. tried adding multiple rows like this:
However, it seems only the last line is used as an actual option. And I'm not able to figure out how to place multiple options on one line.
The text was updated successfully, but these errors were encountered: