From 3ffde38c77c00f99cb3a2f1fd5f13864927878f9 Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Sun, 21 Jun 2020 17:55:19 +0100 Subject: [PATCH] Test the Makefile under Linux. --- YSFGateway/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/YSFGateway/Makefile b/YSFGateway/Makefile index fd878b1..d7015c0 100644 --- a/YSFGateway/Makefile +++ b/YSFGateway/Makefile @@ -6,8 +6,8 @@ CFLAGS = -g -O3 -Wall -std=c++0x -pthread LIBS = -lm -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 = -lm -lpthread -lgps +#CFLAGS = -g -O3 -Wall -DUSE_GPSD -std=c++0x -pthread +#LIBS = -lm -lpthread -lgps LDFLAGS = -g