Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't set
opt_level
in the musl build script
`cc` automatically reads this from Cargo's `OPT_LEVEL` variable so we don't need to set it explicitly. Remove this so running in a debugger makes more sense.
- Loading branch information