Skip to content

Commit 7488490

Browse files
committed
Build with NDEBUG.
1 parent 2027415 commit 7488490

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Variables.
77
CXX ?= g++
88
USE_ROUTING ?= true
9-
CXXFLAGS = -MMD -MP -I. -std=c++20 -Wextra -Wpedantic -Wall -O3 -DASIO_STANDALONE -DUSE_ROUTING=$(USE_ROUTING)
9+
CXXFLAGS = -MMD -MP -I. -std=c++20 -Wextra -Wpedantic -Wall -O3 -DASIO_STANDALONE -DUSE_ROUTING=$(USE_ROUTING) -DNDEBUG
1010
LDLIBS = -lpthread
1111

1212
# Using all cpp files in current directory.

0 commit comments

Comments
 (0)