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

Allow passing custom arguments to CreateInterpreter #51

Open
vgvassilev opened this issue Apr 18, 2023 · 1 comment
Open

Allow passing custom arguments to CreateInterpreter #51

vgvassilev opened this issue Apr 18, 2023 · 1 comment
Labels
good first issue Good for newcomers

Comments

@vgvassilev
Copy link
Collaborator

Currently we hardcode arguments when we create our interpreter.

static InterOp::TInterp_t gInterp = InterOp::CreateInterpreter({"-std=c++17"});

We would like to take the arguments from an env variable called INTEROP_INTERPRETER_ARGS and, if set, pass them down to CreateInterpreter.

cc: @wlav

@a-turko
Copy link

a-turko commented Jul 19, 2023

I've proposed a solution in pull request #77.

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

No branches or pull requests

2 participants