Use system default compiler. At least there is no difference under Linux.

OpenBSD's gcc is old (4.2) so we have to use clang-6.0.0 compiler.
pull/122/head
SASANO Takayoshi 7 years ago
parent f643fc512a
commit 68cfe5bbe3

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

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.