From ea10ad8588613391ce511eaa1c43597e2e18c272 Mon Sep 17 00:00:00 2001 From: Julien Date: Sat, 22 Oct 2011 18:35:12 +0200 Subject: [PATCH] Adding -DNDEBUG to avoid flood during tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c7f3d22..3131578 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ OBJ_TEST = $(SRC_TEST:.c=.o) CC = gcc INCLUDE = src DEFINE = _GNU_SOURCE -CFLAGS = -g3 -Wextra -Wstrict-prototypes -Wall -ansi -pedantic -I$(INCLUDE) +CFLAGS = -DNDEBUG -g3 -Wextra -Wstrict-prototypes -Wall -ansi -pedantic -fPIC -I$(INCLUDE) LIB = -lutil RM = rm -f