Skip to content

Allow passing custom arguments to CreateInterpreter #51

@vgvassilev

Description

@vgvassilev

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions