Replies: 1 comment 1 reply
-
You don't, it's release by default in PEP 517 build. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems that maturin don't use
--release
mode as default, when I run maturin build or develop it returns output logs like[unoptimized + debuginfo]
, it is ok to add--release
manaully. But when usingpip install .
orpip install -e .
, how to set--release
flag?Beta Was this translation helpful? Give feedback.
All reactions