diff --git a/Makefile b/Makefile index ec9c5cb..e270699 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ CC = gcc -OPT = -Wall -g -DDEBUG_LEVEL=0 -DMUST_ABORT +OPT = -Wall -g -DDEBUG_LEVEL=0 -DMUST_ABORT=0 libbubulles.a: bubulles.o importobj.o ar r $@ $?