mirror of
https://github.com/ShaYmez/P25Clients.git
synced 2024-11-14 08:11:46 -05:00
Remove unneeded define.
This commit is contained in:
parent
d82a7b9435
commit
7c38895c01
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user