diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-01-18 06:15:40 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-01-18 06:15:40 +0100 |
commit | 10701b0d3fb093a89d9e2817fe7042d99ea4eb1e (patch) | |
tree | adfd140c9d04f13e58625ff8edbb544bdeec7876 /options.mk | |
parent | cf226b26118839998ab78574491efef6dd1e6925 (diff) |
CFLAGS: added -Wformat-security and -Wshadow
Diffstat (limited to 'options.mk')
-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 |