Use 'RelWithDebInfo' build type instead of 'Release' when the debug option is not given.

This commit is contained in:
Ghislain MARY 2016-06-16 14:14:56 +02:00
parent 64e7f5f7f8
commit 57e5892dd1

View file

@ -80,6 +80,7 @@ class AndroidPreparator(prepare.Preparator):
def __init__(self, targets=android_targets):
prepare.Preparator.__init__(self, targets)
self.release_with_debug_info = True
self.veryclean = 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')