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 62e4d4f commit dd8c4f3Copy full SHA for dd8c4f3
scripts/static-pie-gen.py
@@ -121,7 +121,7 @@
121
122
# template
123
template_candidates = [template_path]
124
-if lang_name == "Rust" and "x86_64" in target_name and "short" in template_path:
+if lang_name == "Rust" and "x86_64" in target_name and "short" in template_path and len(memory_bin) <= 4096:
125
template_candidates.append(template_path.replace("short", "shorter"))
126
127
out = None
0 commit comments