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}} \