From 1218119c48e971f61cddb549addf8cd3d221ab4e Mon Sep 17 00:00:00 2001 From: Li Jin Date: Wed, 25 Mar 2020 09:29:05 +0800 Subject: replace g++ with clang-9 build on Linux --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 33b6537..715f4fe 100644 --- a/makefile +++ b/makefile @@ -45,7 +45,7 @@ ifeq ($(UNAME_S),Darwin) CXX ?= clang else LINK_FLAGS += -lstdc++fs - CXX ?= g++-9 + CXX ?= clang-9 endif # Function used to check variables. Use on the command line: -- cgit v1.2.3-55-g6feb