Skip to content

Conversation

@ryanking13
Copy link
Member

@ryanking13 ryanking13 commented Nov 11, 2025

Changes default cxxflags to be equal to cflags (except for the -I for CPython). Resolves #251. Note that CXXFLAGS were empty since Pyodide 0.25, which is the minimum version that the current pyodide-build supports.

"Default: recipe_dir.",
),
cflags: str = typer.Option(
"", help="Extra compiling flags. Default: SIDE_MODULE_CFLAGS"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is unrelated to this PR. But I think that, as these environment variables are not exposed to the users anymore, it is not very useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SIDE_MODULE_CXXFLAGS are empty (issues building with C++ files with exceptions handling)

1 participant