mirror of
https://github.com/LX3JL/xlxd.git
synced 2026-03-15 17:44:37 +01:00
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.
This commit is contained in:
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…
Reference in a new issue