Browse Source

build: use clang on FreeBSD

this avoids a whopping 500+Mb dependency on gcc and friends at runtime
pull/1/head
Dave Cottlehuber 9 years ago committed by GitHub
parent
commit
25dc596397
  1. 4
      Makefile

4
Makefile

@ -11,8 +11,8 @@ ifeq ($(OSTYPE),Linux)
endif endif
ifeq ($(OSTYPE),FreeBSD) ifeq ($(OSTYPE),FreeBSD)
CC=gcc CC=clang
CXX=g++ CXX=clang++
ZT_BUILD_PLATFORM=7 ZT_BUILD_PLATFORM=7
include make-bsd.mk include make-bsd.mk
endif endif

Loading…
Cancel
Save