Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CMake: ImpactX_PYTHON_IPO #505

Merged
merged 1 commit into from
Jan 23, 2024
Merged

CMake: ImpactX_PYTHON_IPO #505

merged 1 commit into from
Jan 23, 2024

Conversation

ax3l
Copy link
Member

@ax3l ax3l commented Jan 12, 2024

As in WarpX, add a flag to disable link-time-optimization (LTO) aka interprocedular optimization (IPO) for Python bindings.

This makes the pybind11 Python bindings much slower, but is sometimes fun to disable for rapid development cycles.

See also: ECP-WarpX/WarpX#4603

As in WarpX, add a flag to disable link-time-optimization (LTO) aka
interprocedular optimization (IPO).

This makes the Python bindings slower, but is sometimes fun to
disable for rapid development cycles.
@ax3l ax3l added component: documentation Docs, readme and manual enhancement New feature or request install labels Jan 12, 2024
@ax3l ax3l merged commit ae9e70a into ECP-WarpX:development Jan 23, 2024
15 checks passed
@ax3l ax3l deleted the topic-py-ipo branch January 23, 2024 03:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: documentation Docs, readme and manual enhancement New feature or request install
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant