use system default compiler (c++) instead of gcc

This commit is contained in:
SASANO Takayoshi 2021-11-03 04:39:53 +09:00
parent c6f62963b6
commit 98db06c331

View file

@ -1,4 +1,4 @@
CC=g++
CC=c++
CFLAGS=-c -std=c++11 -pthread
LDFLAGS=-std=c++11 -pthread
SOURCES=$(wildcard *.cpp)