aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/package_commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/servo/package_commands.py')
-rw-r--r--python/servo/package_commands.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/servo/package_commands.py b/python/servo/package_commands.py
index ac27eeda68b..94a30dfe421 100644
--- a/python/servo/package_commands.py
+++ b/python/servo/package_commands.py
@@ -238,9 +238,6 @@ class PackageCommands(CommandBase):
mabu,
"-o", target_dir,
"-t", build_type,
- # Servo SEGVs if we don't set the debuggable flag in the mpk's taildata
- # https://github.com/servo/servo/issues/22188
- "--add-tail-data-args=--debuggable",
package
]
try: