equal
deleted
inserted
replaced
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 |