equal
deleted
inserted
replaced
175 -- "ML debugger exception trace for toplevel command execution" |
175 -- "ML debugger exception trace for toplevel command execution" |
176 |
176 |
177 public option ML_debugger : bool = false |
177 public option ML_debugger : bool = false |
178 -- "ML debugger instrumentation for newly compiled code" |
178 -- "ML debugger instrumentation for newly compiled code" |
179 |
179 |
180 public option ML_system_64 : bool = false for build |
180 public option ML_system_64 : bool = false for build build_sync |
181 -- "prefer native 64bit platform (change requires restart)" |
181 -- "prefer native 64bit platform (change requires restart)" |
182 |
182 |
183 public option ML_system_apple : bool = true for build |
183 public option ML_system_apple : bool = true for build |
184 -- "prefer native Apple/ARM64 platform (change requires restart)" |
184 -- "prefer native Apple/ARM64 platform (change requires restart)" |
185 |
185 |
190 -- "observe dependencies on options with tag 'content' or 'document'" |
190 -- "observe dependencies on options with tag 'content' or 'document'" |
191 |
191 |
192 option build_hostname : string = "" |
192 option build_hostname : string = "" |
193 -- "alternative hostname for build process (default $ISABELLE_HOSTNAME)" |
193 -- "alternative hostname for build process (default $ISABELLE_HOSTNAME)" |
194 |
194 |
195 option build_engine : string = "" |
195 option build_engine : string = "" for build_sync |
196 -- "alternative session build engine" |
196 -- "alternative session build engine" |
197 |
197 |
198 option build_database : bool = false |
198 option build_database : bool = false for build_sync |
199 -- "expose state of build process via central database" |
199 -- "expose state of build process via central database" |
200 |
200 |
201 option build_database_slice : real = 300 |
201 option build_database_slice : real = 300 |
202 -- "slice size in MiB for ML heap stored within database" |
202 -- "slice size in MiB for ML heap stored within database" |
203 |
203 |
397 -- "update cite commands and antiquotations" |
397 -- "update cite commands and antiquotations" |
398 |
398 |
399 |
399 |
400 section "Build Database" |
400 section "Build Database" |
401 |
401 |
402 option build_database_server : bool = false for connection |
402 option build_database_server : bool = false for connection build_sync |
403 option build_database_user : string = "" for connection |
403 option build_database_user : string = "" for connection |
404 option build_database_password : string = "" for connection |
404 option build_database_password : string = "" for connection |
405 option build_database_name : string = "" for connection |
405 option build_database_name : string = "" for connection |
406 option build_database_host : string = "" for connection |
406 option build_database_host : string = "" for connection |
407 option build_database_port : int = 0 for connection |
407 option build_database_port : int = 0 for connection |