Skip to content

Commit 6effe1b

Browse files
spdlog: default to debug level
1 parent 1fc0d64 commit 6effe1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meson.build

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ pre_args = [
3030
# Always set max spdlog level, handle this using MANGOHUD_LOG_LEVEL instead.
3131
if get_option('buildtype') == 'debug'
3232
pre_args += '-DDEBUG'
33+
pre_args += '-DSPDLOG_ACTIVE_LEVEL=SPDLOG_LEVEL_TRACE'
3334
endif
34-
pre_args += '-DSPDLOG_ACTIVE_LEVEL=SPDLOG_LEVEL_TRACE'
35-
35+
pre_args += '-DSPDLOG_ACTIVE_LEVEL=SPDLOG_LEVEL_DEBUG'
3636
# TODO: this is very incomplete
3737
is_unixy = false
3838
if ['linux', 'cygwin', 'gnu'].contains(host_machine.system())

0 commit comments

Comments
 (0)