You've already forked hexagonrpc
mirror of
https://github.com/linux-msm/hexagonrpc.git
synced 2026-02-25 13:13:52 -08:00
meson.options: disable verbose logging by default
Verbose logging can be useful when something goes wrong, but HexagonRPCD
already works well on some devices. Disable verbose logging by default.
Reported by Adrian on the SDM845 Mainline Matrix channel.
Fixes: 30fa49eb20 ("build: add hexagonrpcd_verbose option")
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
option('hexagonrpcd_verbose', type : 'boolean', value : true,
|
||||
option('hexagonrpcd_verbose', type : 'boolean', value : false,
|
||||
description : 'Compile hexagonrpcd with extra logging for each remote method invocation')
|
||||
|
||||
Reference in New Issue
Block a user