Adding -DNDEBUG to avoid flood during tests

This commit is contained in:
Julien 2011-10-22 18:35:12 +02:00
parent 1273370e93
commit ea10ad8588
1 changed files with 1 additions and 1 deletions

View File

@ -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