Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify CMAKE release type in proj-sys? #185

Open
urschrei opened this issue Jan 16, 2024 · 0 comments
Open

Specify CMAKE release type in proj-sys? #185

urschrei opened this issue Jan 16, 2024 · 0 comments

Comments

@urschrei
Copy link
Member

urschrei commented Jan 16, 2024

Cmake has four build types:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant