diff options
-rw-r--r-- | options.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ PREFIX ?= /home/chess CC ?= cc CFLAGS = -O2 -Wall -g -pipe -std=c11 \ + -Wformat-security \ + -Wshadow \ -Wsign-compare \ -Wstrict-prototypes |
![]() |
index : maxxe/fics | |
Free Internet Chess Server (FICS) | maxxe |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | options.mk | 2 |
@@ -7,6 +7,8 @@ PREFIX ?= /home/chess CC ?= cc CFLAGS = -O2 -Wall -g -pipe -std=c11 \ + -Wformat-security \ + -Wshadow \ -Wsign-compare \ -Wstrict-prototypes |