Changeset 37132 in project for release/5/apropos/trunk/tests/run.scm
- Timestamp:
- 01/26/19 16:29:22 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
release/5/apropos/trunk/tests/run.scm
r35819 r37132 12 12 (define *args* (argv)) 13 13 14 ;no -disable-interrupts 15 (define *csc-options* "-inline-global \14 ;no -disable-interrupts or -no-lambda-info 15 (define *csc-options* "-inline-global -local -inline \ 16 16 -specialize -optimize-leaf-routines -clustering -lfa2 \ 17 -local -inline \ 18 -no-trace -no-lambda-info \ 19 -unsafe") 17 -no-trace -unsafe") 20 18 21 19 (define (test-name #!optional (eggnam EGG-NAME))
Note: See TracChangeset
for help on using the changeset viewer.