mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
Disabled by default, used by loader and sbin/veriexec Reviewed by: emaste Sponsored by: Juniper Networks Differential Revision: D16334
11 lines
281 B
Makefile
11 lines
281 B
Makefile
# Example configuration file for compiling on a Unix-like system with
|
|
# clang as compiler instead of gcc.
|
|
|
|
# We are on a Unix system so we assume a Single Unix compatible 'make'
|
|
# utility, and Unix defaults.
|
|
include conf/Unix.mk
|
|
|
|
BUILD = bclang
|
|
CC = clang
|
|
LD = clang
|
|
LDDLL = clang
|