added many more warning flags to CFLAGS
This commit is contained in:
parent
9ffefa4419
commit
7471d8eaa4
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
# Compiler Settings
|
# Compiler Settings
|
||||||
CC=cc
|
CC=cc
|
||||||
CFLAGS=-Wall -std=c11
|
CFLAGS=-Wall -Wextra -Werror -Wcomment -Wformat -Wformat-security -Wmain -Wnonnull -Wunused -std=c11
|
||||||
|
|
||||||
# Source Code
|
# Source Code
|
||||||
SRC=src/lib/*.c
|
SRC=src/lib/*.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user