Update uno-stats-monitor/unomond/README.md
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user