diff options
Diffstat (limited to 'python/servo/package_commands.py')
-rw-r--r-- | python/servo/package_commands.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/servo/package_commands.py b/python/servo/package_commands.py index cbecf880262..019ec103598 100644 --- a/python/servo/package_commands.py +++ b/python/servo/package_commands.py @@ -246,6 +246,9 @@ 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: |