mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 23:52:59 -04:00
Chatterino is building by default with all debug output ON unless
NDEBUG preprocessor flag is set. See link 1.
This commit adds a debug useflag to control the debug/release build
through CMAKE_BUILD_TYPE, and also to enable/disable debug output.
1. 2d446db2f6/src/common/QLogging.cpp (L3)
Signed-off-by: Fabrice Delliaux <netbox253@netc.eu>