From af04d6258188f495f00bb219a4de72a3f1c1aeee Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 11 Oct 2012 10:16:25 -0400 Subject: [PATCH] Makefile: build with -DNDEBUG --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a52d569..7cbe3ab 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,7 @@ CXXFLAGS := -std=c++11 -O3 \ -Wconversion \ -Wunused-macros \ -Wwrite-strings \ + -DNDEBUG \ -D_POSIX_C_SOURCE=200809L \ -DTERMITE_VERSION=\"${VERSION}\" \ ${shell pkg-config --cflags ${GTK} ${VTE}} \