Remove unneeded define.

This commit is contained in:
Jonathan Naylor 2024-01-29 16:16:29 +00:00
parent d82a7b9435
commit 7c38895c01
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
CC = cc
CXX = c++
CFLAGS = -g -O3 -Wall -DHAVE_LOG_H -DUDP_SOCKET_MAX=2 -std=c++0x -pthread
CFLAGS = -g -O3 -Wall -DHAVE_LOG_H -std=c++0x -pthread
LIBS = -lpthread
LDFLAGS = -g