X-Git-Url: https://git.llucax.com/software/posixx.git/blobdiff_plain/73a9db44cca62733dc2e8cb8037ed67843843e66..189a2e19b85a81ae6aa71be3635fc6c1fa0bfeca:/test/Makefile?ds=sidebyside diff --git a/test/Makefile b/test/Makefile index bc09ff4..1ae8ddc 100644 --- a/test/Makefile +++ b/test/Makefile @@ -21,7 +21,7 @@ ALL_CFLAGS = $(LOCAL_CFLAGS) $(LI_CFLAGS) $(CFLAGS) ALL_LDFLAGS = $(LOCAL_LDFLAGS) $(LI_LDFLAGS) $(LDFLAGS) ifdef RELEASE -ALL_CFLAGS += -O3 -NDEBUG +ALL_CFLAGS += -O3 -DNDEBUG endif ifdef DEBUG