зеркало из https://github.com/mozilla/gecko-dev.git
bug 824396 - implement mach buildsymbols. r=gps
--HG-- extra : rebase_source : 3c0a4ebaa2d5537368e40e4dbac2fcf784ad41be
This commit is contained in:
Родитель
68e3dd52eb
Коммит
c818a9f25e
|
@ -234,6 +234,13 @@ class Package(MachCommandBase):
|
|||
def package(self):
|
||||
return self._run_make(directory=".", target='package', ensure_exit_code=False)
|
||||
|
||||
@CommandProvider
|
||||
class Buildsymbols(MachCommandBase):
|
||||
"""Produce a package of debug symbols suitable for use with Breakpad."""
|
||||
|
||||
@Command('buildsymbols', help='Produce a package of Breakpad-format symbols.')
|
||||
def buildsymbols(self):
|
||||
return self._run_make(directory=".", target='buildsymbols', ensure_exit_code=False)
|
||||
|
||||
@CommandProvider
|
||||
class Makefiles(MachCommandBase):
|
||||
|
|
Загрузка…
Ссылка в новой задаче