Skip to content

Commit 655bbc2

Browse files
committed
Revert: Debug ubuntu build error.
1 parent 5708742 commit 655bbc2

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

Lib/rebuildpython.py

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -547,22 +547,6 @@ def run_rebuild():
547547
macros=macros,
548548
)
549549

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-
566550
compiler.link_executable(
567551
objects=[os.path.join(sysconfig.get_config_var("prefix"), "python.o")],
568552
output_progname="python",

0 commit comments

Comments
 (0)