bsd.opts.mk (8e1e989c77d4e35ddc5ca3c143553f973c4a1764) | bsd.opts.mk (4f81c42fbd76e25c9fe696fa08296b79c55fbf09) |
---|---|
1# 2# Option file for bmake builds. These options are available to all users of 3# bmake (including the source tree userland and kernel builds). They generally 4# control how binaries are made, shared vs dynamic, etc and some general options 5# relevant for all build environments. 6# 7# Users define WITH_FOO and WITHOUT_FOO on the command line or in /etc/src.conf 8# and /etc/make.conf files. These translate in the build system to MK_FOO={yes,no} --- 64 unchanged lines hidden (view full) --- 73 74__DEFAULT_NO_OPTIONS = \ 75 ASAN \ 76 BIND_NOW \ 77 BRANCH_PROTECTION \ 78 CCACHE_BUILD \ 79 CTF \ 80 INSTALL_AS_USER \ | 1# 2# Option file for bmake builds. These options are available to all users of 3# bmake (including the source tree userland and kernel builds). They generally 4# control how binaries are made, shared vs dynamic, etc and some general options 5# relevant for all build environments. 6# 7# Users define WITH_FOO and WITHOUT_FOO on the command line or in /etc/src.conf 8# and /etc/make.conf files. These translate in the build system to MK_FOO={yes,no} --- 64 unchanged lines hidden (view full) --- 73 74__DEFAULT_NO_OPTIONS = \ 75 ASAN \ 76 BIND_NOW \ 77 BRANCH_PROTECTION \ 78 CCACHE_BUILD \ 79 CTF \ 80 INSTALL_AS_USER \ |
81 REPRODUCIBLE_BUILD \ |
|
81 RETPOLINE \ 82 RUN_TESTS \ 83 STALE_STAGED \ 84 UBSAN \ 85 UNDEFINED_VERSION \ 86 ZEROREGS 87 88__DEFAULT_DEPENDENT_OPTIONS = \ --- 37 unchanged lines hidden --- | 82 RETPOLINE \ 83 RUN_TESTS \ 84 STALE_STAGED \ 85 UBSAN \ 86 UNDEFINED_VERSION \ 87 ZEROREGS 88 89__DEFAULT_DEPENDENT_OPTIONS = \ --- 37 unchanged lines hidden --- |