compiler-research / cppyy-backend

1 stars 6 forks source link

Allow passing custom arguments to CreateInterpreter #77

Closed a-turko closed 1 year ago

a-turko commented 1 year ago

This resolves the issue https://github.com/compiler-research/cppyy-backend/issues/51 with the same title.

Parameters of the interpreter are read from the INTEROP_EXTRA_INTERPRETER_ARGS environment variable. If no arguments have been passed, the interpreter is created with -std=c++17 and -march=native.