From 2f9f45b74bf4287e50dfcf127431735c225252dd Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Thu, 17 Feb 2022 18:39:44 +0100 Subject: Fixes JH_index max allocation tests. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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) -- cgit v1.2.3-70-g09d2