mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
build: Always allow switching log level at runtime
There are no parts of libfprint that are so resource intensive that we'd want to disable logging. This avoids (hopefully rare) cases where compiled versions of libfprint are distributed with logging completely disabled, and thus can't be debugged.
This commit is contained in:
@@ -14,10 +14,6 @@ option('x11-examples',
|
||||
description: 'Whether to build X11 example applications',
|
||||
type: 'boolean',
|
||||
value: true)
|
||||
option('log',
|
||||
description: 'Message logging',
|
||||
type: 'boolean',
|
||||
value: true)
|
||||
option('debug_log',
|
||||
description: 'Debug message logging',
|
||||
type: 'boolean',
|
||||
|
||||
Reference in New Issue
Block a user