attempt 3

This commit is contained in:
Cam 2026-05-20 14:16:56 -04:00
parent de214336a9
commit 7c3fbd73fd
12 changed files with 594832 additions and 64277 deletions

View file

@ -12,6 +12,11 @@ repository = "https://github.com/qroissant/qroissant"
lto = "fat"
codegen-units = 1
opt-level = 3
# Line tables only: keeps optimisations identical to a normal release build
# but emits enough info for Rust panic backtraces to resolve to file:line.
# On windows-msvc this produces a PDB next to _native.pyd (see BUILD.md).
debug = "line-tables-only"
strip = "none"
[workspace.dependencies]
pyo3 = "0.28.2"