argonautica icon indicating copy to clipboard operation
argonautica copied to clipboard

argonautica-rs: Support OptLevel z and s

Open tscs37 opened this issue 5 years ago • 0 comments

Using opt-level = "z" or opt-level = "s" returns a build error:

Error: ParseIntError { kind: InvalidDigit }

generated at argonautica-rs/build.rs#L69

Ideally the argon2 dependency would compile with this setting too but if z or s is specified, it should be sufficient to simply use opt-level 2 as a fallback.

tscs37 avatar Dec 20 '19 08:12 tscs37