]> git.saurik.com Git - apple/xnu.git/blobdiff - libsa/conf/MASTER
xnu-1699.22.73.tar.gz
[apple/xnu.git] / libsa / conf / MASTER
index 62e57f7ec9eb302687cc2b61ac3604a4f2b0e693..99865aa3e54dbbc733da2e4bf392399e44d71bfc 100644 (file)
 ident          LIBSA
 
 options                KDEBUG          # kernel tracing                # <kdebug>
+options                GPROF           # kernel profiling              # <profile>
 
+options                CONFIG_NOLIBKLD # kernel linker                 # <no_kld>
+
+options                MALLOC_RESET_GC                                 # <smaller_kld>
+options                CONFIG_DTRACE                                   # <config_dtrace>
+
+options                CONFIG_NO_PANIC_STRINGS                         # <no_panic_str>
+options                CONFIG_NO_PRINTF_STRINGS                        # <no_printf_str>
+options                CONFIG_NO_KPRINTF_STRINGS                       # <no_kprintf_str>
+
+options                CONFIG_KXLD             # kxld/runtime linking of kexts # <config_kxld>