Fixup asdf warnings
This commit is contained in:
parent
ef4a602430
commit
b71d516224
2 changed files with 3 additions and 3 deletions
4
Makefile
4
Makefile
|
|
@ -16,8 +16,8 @@ $(BUILDDIR)/pegrep-debug: $(LIBS)
|
|||
--load ./src/pegrep.asd \
|
||||
--eval '(ql:quickload :alexandria)' \
|
||||
--eval '(asdf:disable-output-translations)' \
|
||||
--eval '(asdf:load-system :pegrep-debug)' \
|
||||
--eval '(asdf:make :pegrep-debug)' \
|
||||
--eval '(asdf:load-system :pegrep/debug)' \
|
||||
--eval '(asdf:make :pegrep/debug)' \
|
||||
--eval '(quit)'
|
||||
|
||||
$(BUILDDIR)/pegrep: $(LIBS)
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
(speed 3)))
|
||||
(funcall next)))
|
||||
|
||||
(def-pegrep :pegrep-debug
|
||||
(def-pegrep :pegrep/debug
|
||||
:build-pathname "../build/pegrep-debug"
|
||||
:around-compile (lambda (next)
|
||||
(proclaim '(optimize
|
||||
|
|
|
|||
Loading…
Reference in a new issue