Move debuggable flag setting for magicleap package to package file

This commit is contained in:
Alan Jeffrey 2019-04-25 12:56:37 -05:00
parent 07d1559141
commit 82fcab38a4
2 changed files with 5 additions and 4 deletions

View file

@ -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: