Skip to content

Conversation

@zzjjbb
Copy link
Contributor

@zzjjbb zzjjbb commented Sep 18, 2024

add force_no_preprocess_checksum option for compile_plain
enable it on Windows when include_dirs is empty
#462

add force_no_preprocess_checksum option for compile_plain
enable it on Windows when include_dirs is empty
elif "win32" in sys.platform and sys.maxsize == 2147483647:
options.append("-m32")

no_preprocess_checksum = "win32" in sys.platform and not include_dirs
Copy link
Owner

Choose a reason for hiding this comment

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

Since this affects correctness, I would like the behavior to be strictly opt-in.

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