Artifact d222d610b4667e0975d7f007212d3c62ad67dc4a:
- File utils/trace/trace.setup — part of check-in [377d0f07a4] at 2014-11-23 23:29:25 on branch try-nanomsg — Adding trace with mods to print origin. Too useful to wait for offical release (user: matt, size: 174) [annotate] [blame] [check-ins using] [more...]
;;;; trace.setup -*- Scheme -*- (compile -s trace.scm -O3 -d1 -j trace) (compile -s trace.import.scm -O3 -d0) (install-extension 'trace '("trace.so" "trace.import.so"))