-
Notifications
You must be signed in to change notification settings - Fork 0
Switch from Setuptools to Meson #237
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
base: main
Are you sure you want to change the base?
Conversation
[skip ci]
Not that it will be used. Just for correctness.
| source_directory + 'sorted_dict_module.cc', | ||
| source_directory + 'sorted_dict_type.cc', | ||
| source_directory + 'sorted_dict_values_type.cc', | ||
| source_directory + 'sorted_dict_view_type.cc', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion
It may be possible to use the division operator to concatenate paths.
| cpp_args += ['-O0'] | ||
| else | ||
| cpp_args += ['-flto'] | ||
| link_args += ['-flto'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Important
Use MSVC on Windows. Looks like it’s using the MinGW compiler which might be incompatible with CPython.
Uh oh!
There was an error while loading. Please reload this page.