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 5708742 commit 655bbc2Copy full SHA for 655bbc2
Lib/rebuildpython.py
@@ -547,22 +547,6 @@ def run_rebuild():
547
macros=macros,
548
)
549
550
- print({
551
- "objects": [os.path.join(sysconfig.get_config_var("prefix"), "python.o")],
552
- "output_progname": "python",
553
- "output_dir": build_dir,
554
- "libraries": link_libs,
555
- "library_dirs": library_dirs,
556
- "extra_preargs": sysconfig.get_config_var("LDFLAGS").split()
557
- + [
558
- "-flto",
559
- "-fuse-linker-plugin",
560
- "-ffat-lto-objects",
561
- "-flto-partition=none",
562
- ],
563
- "extra_postargs": ["-l:libsqlite3.a"]
564
- })
565
-
566
compiler.link_executable(
567
objects=[os.path.join(sysconfig.get_config_var("prefix"), "python.o")],
568
output_progname="python",
0 commit comments