-project libkxld # user-space version of kernel linker
+ -project libkmod # static library automatically linked into kexts
+
-project Libsyscall # automatically generate BSD syscall stubs
$ make -w # trace recursive make invocations. Useful in combination with VERBOSE=YES
- $ make BUILD_LTO=1 # built with LLVM Link Time Optimization (experimental)
+ $ make BUILD_LTO=1 # build with LLVM Link Time Optimization (experimental)
+
+ $ make BUILD_INTEGRATED_ASSEMBLER=1 # build with LLVM integrated assembler (experimental)
=============================================
B. How to install a new header file from XNU