Makefile: build with -DNDEBUG
This commit is contained in:
parent
02c92665ac
commit
af04d62581
1
Makefile
1
Makefile
|
@ -16,6 +16,7 @@ CXXFLAGS := -std=c++11 -O3 \
|
||||||
-Wconversion \
|
-Wconversion \
|
||||||
-Wunused-macros \
|
-Wunused-macros \
|
||||||
-Wwrite-strings \
|
-Wwrite-strings \
|
||||||
|
-DNDEBUG \
|
||||||
-D_POSIX_C_SOURCE=200809L \
|
-D_POSIX_C_SOURCE=200809L \
|
||||||
-DTERMITE_VERSION=\"${VERSION}\" \
|
-DTERMITE_VERSION=\"${VERSION}\" \
|
||||||
${shell pkg-config --cflags ${GTK} ${VTE}} \
|
${shell pkg-config --cflags ${GTK} ${VTE}} \
|
||||||
|
|
Loading…
Reference in New Issue