1
0
mirror of https://github.com/ShaYmez/P25Clients.git synced 2025-06-20 18:47:09 -04:00

Remove unneeded define.

This commit is contained in:
Jonathan Naylor 2024-01-29 16:16:29 +00:00
parent d82a7b9435
commit 7c38895c01

@ -1,6 +1,6 @@
CC = cc CC = cc
CXX = c++ 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 LIBS = -lpthread
LDFLAGS = -g LDFLAGS = -g