Use 'RelWithDebInfo' build type instead of 'Release' when the debug option is not given.
This commit is contained in:
parent
64e7f5f7f8
commit
57e5892dd1
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ class AndroidPreparator(prepare.Preparator):
|
||||||
|
|
||||||
def __init__(self, targets=android_targets):
|
def __init__(self, targets=android_targets):
|
||||||
prepare.Preparator.__init__(self, targets)
|
prepare.Preparator.__init__(self, targets)
|
||||||
|
self.release_with_debug_info = True
|
||||||
self.veryclean = True
|
self.veryclean = True
|
||||||
self.show_gpl_disclaimer = True
|
self.show_gpl_disclaimer = True
|
||||||
self.argparser.add_argument('-ac', '--all-codecs', help="Enable all codecs, including the non-free ones", action='store_true')
|
self.argparser.add_argument('-ac', '--all-codecs', help="Enable all codecs, including the non-free ones", action='store_true')
|
||||||
|
|
Loading…
Reference in a new issue