mirror of
https://github.com/g4klx/DMRGateway.git
synced 2026-04-21 06:13:47 +00:00
use system default compiler
replaced gcc/g++ with cc/c++ to support Clang-based system (e.g. OpenBSD).
This commit is contained in:
parent
82f1053d9d
commit
47bc9c5bcd
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
CC = gcc
|
||||
CXX = g++
|
||||
CC = cc
|
||||
CXX = c++
|
||||
CFLAGS = -g -O3 -Wall -std=c++0x -pthread
|
||||
LIBS = -lpthread
|
||||
LDFLAGS = -g
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue