Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix Docker build type #4249

Merged
merged 1 commit into from
Jun 22, 2023

Conversation

pwojcikdev
Copy link
Contributor

I forgot to declare a BUILD_TYPE environment variable inside the Dockerfile in a recent PR. It meant that Docker builds would always happen in Debug mode. This PR changes that to RelWithDebInfo by default with a possibility of overriding it by passing the variable manually.

@pwojcikdev pwojcikdev merged commit 54593ee into nanocurrency:develop Jun 22, 2023
@pwojcikdev pwojcikdev deleted the fix-docker-build-type branch June 22, 2023 14:14
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants