forked from wlav/cppyy-backend
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
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
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers