We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc0d64 commit 6effe1bCopy full SHA for 6effe1b
meson.build
@@ -30,9 +30,9 @@ pre_args = [
30
# Always set max spdlog level, handle this using MANGOHUD_LOG_LEVEL instead.
31
if get_option('buildtype') == 'debug'
32
pre_args += '-DDEBUG'
33
+ pre_args += '-DSPDLOG_ACTIVE_LEVEL=SPDLOG_LEVEL_TRACE'
34
endif
-pre_args += '-DSPDLOG_ACTIVE_LEVEL=SPDLOG_LEVEL_TRACE'
35
-
+pre_args += '-DSPDLOG_ACTIVE_LEVEL=SPDLOG_LEVEL_DEBUG'
36
# TODO: this is very incomplete
37
is_unixy = false
38
if ['linux', 'cygwin', 'gnu'].contains(host_machine.system())
0 commit comments