Update uno-stats-monitor/unomond/README.md

This commit is contained in:
RLF
2024-01-10 15:33:25 -05:00
parent 98e07b6a18
commit 1267fe320c

View File

@@ -8,6 +8,7 @@ It has a configuration file that is used to define pretty much everthing.
## Requires ## Requires
gcc gcc
libconfig (https://hyperrealm.github.io/libconfig/) libconfig (https://hyperrealm.github.io/libconfig/)
@@ -18,7 +19,7 @@ libconfig (https://hyperrealm.github.io/libconfig/)
CC="gcc" CC="gcc"
# Debug -Wconversion # Debug -Wconversion
CFLAGS="-Wall -Wextra -g -I. -I/usr/include -lconfig" CFLAGS="-Wall -Wextra -g -ggdb -Og -I. -I/usr/include -lconfig"
# Release # Release
#CFLAGS="-O2 -s -I. -I/usr/include -lconfig" #CFLAGS="-O2 -s -I. -I/usr/include -lconfig"