summaryrefslogtreecommitdiff
path: root/src/compiler.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-06-27 10:30:51 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-06-27 10:30:51 -0400
commit35cfed265b313d645c850f1ed24f6e8f937a410c (patch)
treede15c7f60f907eed0f97e57484b7c01697373f9a /src/compiler.sml
parent5574caafb5da61e7938eec476975bf82cbf98b97 (diff)
-debug from the command line
Diffstat (limited to 'src/compiler.sml')
-rw-r--r--src/compiler.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler.sml b/src/compiler.sml
index 6126a1a2..2a53bf08 100644
--- a/src/compiler.sml
+++ b/src/compiler.sml
@@ -333,7 +333,7 @@ fun parseUrp' fname =
val database = ref NONE
val exe = ref NONE
val sql = ref NONE
- val debug = ref false
+ val debug = ref (Settings.getDebug ())
val profile = ref false
val timeout = ref NONE
val ffi = ref []