Makefile: build with -DNDEBUG

This commit is contained in:
Daniel Micay 2012-10-11 10:16:25 -04:00
parent 02c92665ac
commit af04d62581
1 changed files with 1 additions and 0 deletions

View File

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