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
Currently we hardcode arguments when we create our interpreter.
cppyy-backend/clingwrapper/src/clingwrapper.cxx
Line 159 in 6b06e87
We would like to take the arguments from an env variable called
INTEROP_INTERPRETER_ARGSand, if set, pass them down toCreateInterpreter.cc: @wlav