mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-09-03 16:15:40 +00:00
Enable debug logs only for debug builds
In release mode, use the default log priorities.
This commit is contained in:
parent
2f3e00ed98
commit
4dbc450d01
2 changed files with 5 additions and 0 deletions
|
@ -35,6 +35,9 @@ dependencies = [
|
|||
|
||||
conf = configuration_data()
|
||||
|
||||
# expose the build type
|
||||
conf.set('BUILD_DEBUG', get_option('buildtype') == 'debug')
|
||||
|
||||
# the version, updated on release
|
||||
conf.set_quoted('SCRCPY_VERSION', '0.1')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue