diff --git a/P25Gateway/Makefile b/P25Gateway/Makefile index f774001..885445a 100644 --- a/P25Gateway/Makefile +++ b/P25Gateway/Makefile @@ -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