diff options
author | Alan Jeffrey <ajeffrey@mozilla.com> | 2019-04-25 12:56:37 -0500 |
---|---|---|
committer | Alan Jeffrey <ajeffrey@mozilla.com> | 2019-04-25 12:56:37 -0500 |
commit | 82fcab38a4fe1c9037576e3319c7e633eccc3ac1 (patch) | |
tree | a71240f87b3c896a6d62de4148f42e88fb748616 /python/servo/package_commands.py | |
parent | 07d1559141959cb0c49df33f1eb7dbc58c3e71da (diff) | |
download | servo-82fcab38a4fe1c9037576e3319c7e633eccc3ac1.tar.gz servo-82fcab38a4fe1c9037576e3319c7e633eccc3ac1.zip |
Move debuggable flag setting for magicleap package to package file
Diffstat (limited to 'python/servo/package_commands.py')
-rw-r--r-- | python/servo/package_commands.py | 3 |
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: |