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
Choose the type of build, options are: None (default), Debug, Release,
RelWithDebInfo, or MinSizeRel
We should be producing a release build of libproj when building from source, and it's not clear to me whether we currently are. It is able to be set by passing config.define("CMAKE_BUILD_TYPE", "Release"); but I need to figure out whether this actually produces a release artifact.
The text was updated successfully, but these errors were encountered:
Cmake has four build types:
We should be producing a release build of libproj when building from source, and it's not clear to me whether we currently are. It is able to be set by passing
config.define("CMAKE_BUILD_TYPE", "Release");
but I need to figure out whether this actually produces a release artifact.The text was updated successfully, but these errors were encountered: