ggerganov commited on
Commit
27ce621
·
unverified ·
1 Parent(s): 870c4e1

make : add -DNDEBUG compile flag

Browse files
Files changed (1) hide show
  1. Makefile +2 -2
Makefile CHANGED
@@ -30,8 +30,8 @@ endif
30
  # Compile flags
31
  #
32
 
33
- CFLAGS = -I. -O3 -std=c11 -fPIC
34
- CXXFLAGS = -I. -I./examples -O3 -std=c++11 -fPIC
35
  LDFLAGS =
36
 
37
  # OS specific
 
30
  # Compile flags
31
  #
32
 
33
+ CFLAGS = -I. -O3 -DNDEBUG -std=c11 -fPIC
34
+ CXXFLAGS = -I. -I./examples -O3 -DNDEBUG -std=c++11 -fPIC
35
  LDFLAGS =
36
 
37
  # OS specific