Overview
Comment: | When building a debug kit, enable -DPURIFY |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
f370ff1fc0c12c3d735849ba6aebcc59 |
User & Date: | rkeene on 2018-07-05 15:15:50 |
Other Links: | manifest | tags |
Context
2018-07-10
| ||
00:41 | Add Nano package support check-in: 87132693dc user: rkeene tags: trunk | |
2018-07-05
| ||
15:15 | When building a debug kit, enable -DPURIFY check-in: f370ff1fc0 user: rkeene tags: trunk | |
2018-06-10
| ||
06:16 | Added TclCurl package check-in: bdbf3d784a user: rkeene tags: trunk | |
Changes
Modified build/web/process_queue from [5643d5fd0a] to [92bcf20d68].
︙ | |||
80 81 82 83 84 85 86 | 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 | - + + + | lappend args "--enable-threads" } else { lappend args "--disable-threads" } } "debug" { if {$value} { |
︙ | |||
138 139 140 141 142 143 144 | 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 | - + | } catch { set cmd [list $script $buildinfo(tcl_version) {*}$args] set fd [open "${outfile}.log" w+] puts $fd "Running: export KITCREATOR_PKGS=\"$::env(KITCREATOR_PKGS)\"" |
︙ |