make : add -DNDEBUG compile flag

pull/552/head
Georgi Gerganov 1 year ago
parent ad1389003d
commit af005d573f
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735

@ -30,8 +30,8 @@ endif
# Compile flags
#
CFLAGS = -I. -O3 -std=c11 -fPIC
CXXFLAGS = -I. -I./examples -O3 -std=c++11 -fPIC
CFLAGS = -I. -O3 -DNDEBUG -std=c11 -fPIC
CXXFLAGS = -I. -I./examples -O3 -DNDEBUG -std=c++11 -fPIC
LDFLAGS =
# OS specific

Loading…
Cancel
Save