attempt 3
This commit is contained in:
parent
de214336a9
commit
7c3fbd73fd
12 changed files with 594832 additions and 64277 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue