added many more warning flags to CFLAGS

This commit is contained in:
Václav Šmejkal 2022-06-19 17:19:36 +02:00
parent 9ffefa4419
commit 7471d8eaa4
No known key found for this signature in database
GPG Key ID: FD749A97DF2D5E19

View File

@ -1,6 +1,6 @@
# Compiler Settings
CC=cc
CFLAGS=-Wall -std=c11
CFLAGS=-Wall -Wextra -Werror -Wcomment -Wformat -Wformat-security -Wmain -Wnonnull -Wunused -std=c11
# Source Code
SRC=src/lib/*.c