test/run.lisp @ e455c60718db default tip

Remove profiling
author Steve Losh <steve@stevelosh.com>
date Mon, 13 Apr 2026 15:23:38 -0400
parents caf4d370c1a2
children (none)
#+ecl (setf compiler:*user-cc-flags* "-Wno-shift-negative-value")

(ql:quickload :conserve :silent t)
(time (asdf:test-system :conserve))
(quit)