mirror of
https://github.com/LX3JL/xlxd.git
synced 2026-01-09 10:10:08 +01:00
use system default compiler (c++) instead of gcc
This commit is contained in:
parent
c6f62963b6
commit
98db06c331
|
|
@ -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