We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a04ca2 commit e4a50ceCopy full SHA for e4a50ce
pycheribuild/projects/build_qemu.py
@@ -212,7 +212,6 @@ def setup(self):
212
else:
213
# Try to optimize as much as possible:
214
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)
216
217
if self.build_type.should_include_debug_info:
218
self.configure_args.append("--enable-debug-info")
0 commit comments