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