Skip to content

Commit e4a50ce

Browse files
committed
Drop --disable-pie from QEMU builds
This has been broken upstream for a long time and I doubt it makes much of a difference to runtime performance.
1 parent 0a04ca2 commit e4a50ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pycheribuild/projects/build_qemu.py

-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ def setup(self):
212212
else:
213213
# Try to optimize as much as possible:
214214
self.configure_args.append("--disable-stack-protector")
215-
self.configure_args.append("--disable-pie") # no need to build as PIE (this just slows down QEMU)
216215

217216
if self.build_type.should_include_debug_info:
218217
self.configure_args.append("--enable-debug-info")

0 commit comments

Comments
 (0)