etc/options
changeset 76041 4a1330addb4e
parent 74840 4faf0ec33cbf
child 76068 319d08115b13
equal deleted inserted replaced
76040:5326abe1fff8 76041:4a1330addb4e
   131 
   131 
   132 option process_output_tail : int = 40
   132 option process_output_tail : int = 40
   133   -- "build process output tail shown to user (in lines, 0 = unlimited)"
   133   -- "build process output tail shown to user (in lines, 0 = unlimited)"
   134 
   134 
   135 option profiling : string = "" (standard "time")
   135 option profiling : string = "" (standard "time")
   136   -- "ML profiling (possible values: time, allocations)"
   136   -- "ML profiling (possible values: time, time_thread, allocations)"
   137 
   137 
   138 option system_log : string = "" (standard "-")
   138 option system_log : string = "" (standard "-")
   139   -- "output for system messages (log file or \"-\" for console progress)"
   139   -- "output for system messages (log file or \"-\" for console progress)"
   140 
   140 
   141 option system_heaps : bool = false
   141 option system_heaps : bool = false