Enable debug logs only for debug builds

In release mode, use the default log priorities.
This commit is contained in:
Romain Vimont 2018-02-12 11:07:38 +01:00
commit 4dbc450d01
2 changed files with 5 additions and 0 deletions

View file

@ -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')