Mercurial > urweb
comparison src/compiler.sml @ 857:3d2f6cb6d54a
-debug from the command line
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 27 Jun 2009 10:30:51 -0400 |
parents | 28e42b22424d |
children | 03e7f111fe99 |
comparison
equal
deleted
inserted
replaced
856:86ec89baee01 | 857:3d2f6cb6d54a |
---|---|
331 | 331 |
332 val prefix = ref NONE | 332 val prefix = ref NONE |
333 val database = ref NONE | 333 val database = ref NONE |
334 val exe = ref NONE | 334 val exe = ref NONE |
335 val sql = ref NONE | 335 val sql = ref NONE |
336 val debug = ref false | 336 val debug = ref (Settings.getDebug ()) |
337 val profile = ref false | 337 val profile = ref false |
338 val timeout = ref NONE | 338 val timeout = ref NONE |
339 val ffi = ref [] | 339 val ffi = ref [] |
340 val link = ref [] | 340 val link = ref [] |
341 val headers = ref [] | 341 val headers = ref [] |