Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Prefer building Release mode for python wheels#176

Merged
mgeplf merged 1 commit intomasterfrom
build_mode
Jan 17, 2022
Merged

Prefer building Release mode for python wheels#176
mgeplf merged 1 commit intomasterfrom
build_mode

Conversation

@mgeplf
Copy link
Contributor

@mgeplf mgeplf commented Jan 17, 2022

setup.py Outdated
cmake_args += [
"-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_{}={}".format(
optimize.upper(), extdir
build_args.upper(), extdir
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uh, build_args is a list?

Suggested change
build_args.upper(), extdir
build_type.upper(), extdir

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo-fixed - tnx

* can control with SONATA_BUILD_TYPE environment variable
* fixes #175
@mgeplf mgeplf merged commit b3c2400 into master Jan 17, 2022
@mgeplf mgeplf deleted the build_mode branch January 17, 2022 15:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Python wheel gets built in debug

2 participants