Some checks failed
build / ARM v8 (push) Has been cancelled
build / ARM v7 (push) Has been cancelled
build / i686 Linux (push) Has been cancelled
build / i686 Win (push) Has been cancelled
build / RISCV 64bit (push) Has been cancelled
build / Cross-Mac x86_64 (push) Has been cancelled
build / x86_64 Linux (push) Has been cancelled
build / x86_64 Freebsd (push) Has been cancelled
build / Win64 (push) Has been cancelled
build / Cross-Mac aarch64 (push) Has been cancelled
20 lines
387 B
Makefile
20 lines
387 B
Makefile
freebsd_CC=clang
|
|
freebsd_CXX=clang++
|
|
freebsd_AR=ar
|
|
freebsd_RANLIB=ranlib
|
|
freebsd_NM=nm
|
|
|
|
freebsd_CFLAGS=-pipe
|
|
freebsd_CXXFLAGS=$(freebsd_CFLAGS)
|
|
freebsd_ARFLAGS=cr
|
|
|
|
freebsd_release_CFLAGS=-O2
|
|
freebsd_release_CXXFLAGS=$(freebsd_release_CFLAGS)
|
|
|
|
freebsd_debug_CFLAGS=-g -O0
|
|
freebsd_debug_CXXFLAGS=$(freebsd_debug_CFLAGS)
|
|
|
|
freebsd_native_toolchain=freebsd_base
|
|
|
|
freebsd_cmake_system=FreeBSD
|