Skip to content
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

remove expensive preprocess for cache on Windows #463

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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
@@ -289,12 +289,13 @@ def compile(
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