mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Enable debug logs when using the -d option of prepare.py.
This commit is contained in:
parent
cb5f409888
commit
966f277b82
3 changed files with 4 additions and 2 deletions
|
|
@ -148,6 +148,8 @@ def main(argv = None):
|
|||
if args.clean:
|
||||
target.clean()
|
||||
else:
|
||||
if args.debug:
|
||||
additional_args += ["-DENABLE_DEBUG_LOGS=YES"]
|
||||
retcode = prepare.run(target, args.debug, False, args.list_cmake_variables, args.force, additional_args)
|
||||
if retcode != 0:
|
||||
return retcode
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 1dccafa8521b8b97a63e61dd6ac64d43671c9f8d
|
||||
Subproject commit 3104be28033b1bf7981e7725aa020ac073379ff2
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 0bf665e86c128c6bcec2f769ad82bd5644704d5d
|
||||
Subproject commit a4666bd1dcf36ef25232cfa34bed3bd104808e6c
|
||||
Loading…
Add table
Reference in a new issue