aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-01-02 13:56:08 -0800
committerBruce Hill <bruce@bruce-hill.com>2021-01-02 13:56:08 -0800
commitaa9a9045e8d66fad1ce7d93d99a73c3c7b063917 (patch)
tree68ba810e714db51780106fa20ee59685f16fe3e2
parent3d450896dcbdc51eb836744eaebcab6ef5568535 (diff)
Added -Werror
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7a24282..2dc1b48 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ PREFIX=
CC=cc
G=
O=-O2
-CFLAGS=-std=c99 -D_XOPEN_SOURCE=700 -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L
+CFLAGS=-std=c99 -Werror -D_XOPEN_SOURCE=700 -D_GNU_SOURCE -D_POSIX_C_SOURCE=200809L
CWARN=-Wall -Wpedantic -Wextra -Wsign-conversion -Wtype-limits -Wunused-result
#CFLAGS += -fsanitize=address -fno-omit-frame-pointer