mirror of
https://github.com/ShaYmez/NXDNClients.git
synced 2025-07-31 12:12:24 -04:00
Test the makefile under Linux.
This commit is contained in:
parent
003833b85f
commit
ff544141c6
@ -6,8 +6,8 @@ CFLAGS = -g -O3 -Wall -std=c++0x -pthread
|
|||||||
LIBS = -lpthread
|
LIBS = -lpthread
|
||||||
|
|
||||||
# Use the following CFLAGS and LIBS if you do want to use gpsd.
|
# Use the following CFLAGS and LIBS if you do want to use gpsd.
|
||||||
CFLAGS = -g -O3 -Wall -DUSE_GPSD -std=c++0x -pthread
|
#CFLAGS = -g -O3 -Wall -DUSE_GPSD -std=c++0x -pthread
|
||||||
LIBS = -lpthread -lgps
|
#LIBS = -lpthread -lgps
|
||||||
|
|
||||||
LDFLAGS = -g
|
LDFLAGS = -g
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user