From ff544141c63721c1ae4bcbd7c169cac4cdf3c2b1 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Sun, 21 Jun 2020 17:52:16 +0100 Subject: [PATCH] Test the makefile under Linux. --- NXDNGateway/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NXDNGateway/Makefile b/NXDNGateway/Makefile index c3ff0fd..08a1943 100644 --- a/NXDNGateway/Makefile +++ b/NXDNGateway/Makefile @@ -6,8 +6,8 @@ CFLAGS = -g -O3 -Wall -std=c++0x -pthread LIBS = -lpthread # Use the following CFLAGS and LIBS if you do want to use gpsd. -CFLAGS = -g -O3 -Wall -DUSE_GPSD -std=c++0x -pthread -LIBS = -lpthread -lgps +#CFLAGS = -g -O3 -Wall -DUSE_GPSD -std=c++0x -pthread +#LIBS = -lpthread -lgps LDFLAGS = -g