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
|
## 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"
|
||||||
|
|||||||
Reference in New Issue
Block a user