From 1267fe320c40905c76b89294d8fa1b4c045c2f9f Mon Sep 17 00:00:00 2001 From: RLF Date: Wed, 10 Jan 2024 15:33:25 -0500 Subject: [PATCH] Update uno-stats-monitor/unomond/README.md --- uno-stats-monitor/unomond/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/uno-stats-monitor/unomond/README.md b/uno-stats-monitor/unomond/README.md index 2166b93..4b1fb4b 100644 --- a/uno-stats-monitor/unomond/README.md +++ b/uno-stats-monitor/unomond/README.md @@ -8,6 +8,7 @@ It has a configuration file that is used to define pretty much everthing. ## Requires gcc + libconfig (https://hyperrealm.github.io/libconfig/) @@ -18,7 +19,7 @@ libconfig (https://hyperrealm.github.io/libconfig/) CC="gcc" # Debug -Wconversion -CFLAGS="-Wall -Wextra -g -I. -I/usr/include -lconfig" +CFLAGS="-Wall -Wextra -g -ggdb -Og -I. -I/usr/include -lconfig" # Release #CFLAGS="-O2 -s -I. -I/usr/include -lconfig"