You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build: Use the "new" FindPython mode and binary size optimizations (#104)
* Use "new" FindPython mode
- set explicit cmake versions
- Use of the "new" FindPython mode remove annoying CMP0148 warning
- Add INTERPROCEDURAL_OPTIMIZATION
optimize binary size: libPythonRuntime.so is now 5M lighter (from 27M to 22M - Linux x64 gcc13)
* macos-12 fixes
* Fix GHA Windows build
* Windows port to new find_python
* Align python versions in CI
* Enhance macOS CI
* Use setup python for macOS
0 commit comments