We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2027415 commit 7488490Copy full SHA for 7488490
1 file changed
src/makefile
@@ -6,7 +6,7 @@
6
# Variables.
7
CXX ?= g++
8
USE_ROUTING ?= true
9
-CXXFLAGS = -MMD -MP -I. -std=c++20 -Wextra -Wpedantic -Wall -O3 -DASIO_STANDALONE -DUSE_ROUTING=$(USE_ROUTING)
+CXXFLAGS = -MMD -MP -I. -std=c++20 -Wextra -Wpedantic -Wall -O3 -DASIO_STANDALONE -DUSE_ROUTING=$(USE_ROUTING) -DNDEBUG
10
LDLIBS = -lpthread
11
12
# Using all cpp files in current directory.
0 commit comments