Add debuggable flag to magicleap taildata

This commit is contained in:
Alan Jeffrey 2018-11-16 13:29:58 -06:00
parent 369983211d
commit ff07fc3132

View file

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