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 setting compilation options by string #692

Open
eyalroz opened this issue Oct 21, 2024 · 0 comments
Open

Support setting compilation options by string #692

eyalroz opened this issue Oct 21, 2024 · 0 comments

Comments

@eyalroz
Copy link
Owner

eyalroz commented Oct 21, 2024

It would be nice if compilation options could be set using a string, as we might see it in the render options, e.g. being able to say something like options.set("--device-int128") do the equivalent of options.support_128bit_integers = true and options.set("--language_dialect=c++17") do the equivalent of options.set_language_dialect(cpp17).

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