diff --git a/lib/lib.Makefile b/lib/lib.Makefile index 0353516..b036f09 100644 --- a/lib/lib.Makefile +++ b/lib/lib.Makefile @@ -47,8 +47,6 @@ endif ifeq ($(DBG),yes) CFLAGS+= -D__DEBUG=1 -else -CFLAGS+= -O3 endif