From 2cf5daed84835d4f89f4db233a2f4060dfcfdabb Mon Sep 17 00:00:00 2001 From: Stephen Enders Date: Fri, 29 Jan 2021 22:41:57 -0500 Subject: Add verbose logging --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index db32d1b..e9b13b0 100644 --- a/README.md +++ b/README.md @@ -59,3 +59,10 @@ make You can run your windows build via wine64 by bundling your dll and the res folder along side the exe. +### Debug + +To enable debug logging use the cmake flags: + +``` +cmake -DCMAKE_BUILD_TYPE=Debug +``` -- cgit v1.2.3-54-g00ecf