Use debug 3.
This commit is contained in:
parent
dc52cf4ccc
commit
aecbbe4752
1 changed files with 3 additions and 0 deletions
3
.github/actions/setup/run-tests.ros
vendored
3
.github/actions/setup/run-tests.ros
vendored
|
@ -8,6 +8,9 @@ exec ros -Q -- $0 "$@"
|
||||||
#+quicklisp(ql:quickload '(trivial-backtrace)
|
#+quicklisp(ql:quickload '(trivial-backtrace)
|
||||||
:silent t))
|
:silent t))
|
||||||
|
|
||||||
|
(declaim (optimize (debug 3) (safety 3)
|
||||||
|
(speed 0) (space 0)))
|
||||||
|
|
||||||
(defpackage :ros.script.run-tests
|
(defpackage :ros.script.run-tests
|
||||||
(:use :cl))
|
(:use :cl))
|
||||||
(in-package :ros.script.run-tests)
|
(in-package :ros.script.run-tests)
|
||||||
|
|
Loading…
Reference in a new issue