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 42b989c commit c4457dbCopy full SHA for c4457db
Tools/peg_generator/pegen/build.py
@@ -69,6 +69,8 @@ def compile_c_extension(
69
extra_link_args.append("/LTCG:OFF")
70
else:
71
extra_compile_args.append("-O0")
72
+ if sysconfig.get_config_var("GNULD") == "yes":
73
+ extra_link_args.append("-fno-lto")
74
extension = [
75
Extension(
76
extension_name,
0 commit comments