Closed a-turko closed 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.
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.