Skip to content

Commit

Permalink
Default to not defining LOG_LS flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoupey committed Sep 13, 2024
1 parent 6ab8723 commit 95ae7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Variables.
CXX ?= g++
USE_ROUTING ?= true
CXXFLAGS = -MMD -MP -I. -std=c++20 -Wextra -Wpedantic -Wall -O3 -DASIO_STANDALONE -DUSE_ROUTING=$(USE_ROUTING) -DLOG_LS
CXXFLAGS = -MMD -MP -I. -std=c++20 -Wextra -Wpedantic -Wall -O3 -DASIO_STANDALONE -DUSE_ROUTING=$(USE_ROUTING)
LDLIBS = -lpthread

# Using all cpp files in current directory.
Expand Down

0 comments on commit 95ae7aa

Please sign in to comment.