Mercurial > urweb
comparison src/demo.sml @ 1725:7b9775d4a8ce
'linker' .urp directive
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 22 Apr 2012 10:57:22 -0400 |
parents | efe1a2e9e4de |
children | c414850f206f |
comparison
equal
deleted
inserted
replaced
1724:125f9b01fbf1 | 1725:7b9775d4a8ce |
---|---|
101 debug = Settings.getDebug (), | 101 debug = Settings.getDebug (), |
102 timeout = Int.max (#timeout combined, #timeout urp), | 102 timeout = Int.max (#timeout combined, #timeout urp), |
103 profile = false, | 103 profile = false, |
104 ffi = [], | 104 ffi = [], |
105 link = [], | 105 link = [], |
106 linker = NONE, | |
106 headers = [], | 107 headers = [], |
107 scripts = [], | 108 scripts = [], |
108 clientToServer = [], | 109 clientToServer = [], |
109 effectful = [], | 110 effectful = [], |
110 benignEffectful = [], | 111 benignEffectful = [], |