You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 13, 2023. It is now read-only.
lmdb-sys/build.rs sets .opt_level(2) unconditionally, with a comment that references that setting in LMDB's Makefile. But that's unhelpful when building a debug build of the test executables for debugging in a debugger. So we should set an optimization level in lmdb-sys/build.rs only when building --release builds.