summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 40f30dd..aa771c8 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,7 @@
PTHREADS_LIB_FLAGS ?= -pthread
################################################################################
CFLAGS += -O3
+CFLAGS += -Wall -Wextra -pedantic -Werror
CFLAGS += -D_POSIX_SOURCE
CFLAGS += -D_POSIX_C_SOURCE=200809L
CFLAGS += $(PTHREADS_LIB_FLAGS)