We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dcd596 commit 55b515eCopy full SHA for 55b515e
scripts/static-pie-gen.py
@@ -123,7 +123,7 @@
123
124
# template
125
template_candidates = [template_path]
126
-if lang_name == "Rust" and "x86_64" in target_name and "short" in template_path and len(memory_bin) <= 4096:
+if lang_name == "Rust" and "x86_64" in target_name and "short" in template_path and len(code_raw) <= 4096:
127
template_candidates.append(template_path.replace("short", "shorter"))
128
129
out = None
0 commit comments