use system default compiler

This commit is contained in:
SASANO Takayoshi 2020-09-06 13:09:31 +09:00
parent 91f04abddb
commit 7128f1a0b0
3 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
CC = gcc
CXX = g++
CC = cc
CXX = c++
# Use the following CFLAGS and LIBS if you don't want to use gpsd.
CFLAGS = -g -O3 -Wall -std=c++0x -pthread

View file

@ -1,5 +1,5 @@
CC = gcc
CXX = g++
CC = cc
CXX = c++
CFLAGS = -g -O3 -Wall -std=c++0x -pthread
LIBS = -lpthread
LDFLAGS = -g

View file

@ -1,5 +1,5 @@
CC = gcc
CXX = g++
CC = cc
CXX = c++
CFLAGS = -g -O3 -Wall -std=c++0x -pthread
LIBS = -lpthread
LDFLAGS = -g