Skip to content

Conversation

@tfpf
Copy link
Owner

@tfpf tfpf commented Dec 4, 2025

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',
Copy link
Owner Author

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']
Copy link
Owner Author

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.

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

Successfully merging this pull request may close these issues.

2 participants