Closed andriyDev closed 1 year ago
Previously we used the DEBUG var, but the cmake crate uses opt level to determine which build type to use. This meant users could manually change their opt level (while still being on a debug build) which would make us look for the wrong lib file.
cmake
Fixes #4.
Previously we used the DEBUG var, but the
cmake
crate uses opt level to determine which build type to use. This meant users could manually change their opt level (while still being on a debug build) which would make us look for the wrong lib file.Fixes #4.