Last change
on this file since 33417 was
33417,
checked in by Kon Lovett, 4 years ago
|
use setup-helper-mode. remove % forms (segfault).
|
File size:
1.3 KB
|
Line | |
---|
1 | ;;;; F-operator.setup -*- Hen -*- |
---|
2 | |
---|
3 | (use setup-helper-mod) |
---|
4 | |
---|
5 | (verify-extension-name "F-operator") |
---|
6 | |
---|
7 | (setup-shared-extension-module 'shift-reset (extension-version "3.0.0") |
---|
8 | #:compile-options '( |
---|
9 | -scrutinize |
---|
10 | -disable-interrupts |
---|
11 | -fixnum-arithmetic |
---|
12 | -optimize-level 3 |
---|
13 | -no-procedure-checks -no-bound-checks #;-no-argc-checks)) |
---|
14 | |
---|
15 | (setup-shared-extension-module 'bshift-breset (extension-version "3.0.0") |
---|
16 | #:compile-options '( |
---|
17 | -scrutinize |
---|
18 | -disable-interrupts |
---|
19 | -fixnum-arithmetic |
---|
20 | -optimize-level 3 |
---|
21 | -no-procedure-checks -no-bound-checks #;-no-argc-checks)) |
---|
22 | |
---|
23 | (setup-shared-extension-module 'delimited-control (extension-version "3.0.0") |
---|
24 | #:compile-options '( |
---|
25 | -scrutinize |
---|
26 | -disable-interrupts |
---|
27 | -fixnum-arithmetic |
---|
28 | -optimize-level 3 |
---|
29 | -inline-limit 50 |
---|
30 | -no-procedure-checks -no-bound-checks #;-no-argc-checks)) |
---|
31 | |
---|
32 | (setup-shared-extension-module 'range (extension-version "3.0.0")) |
---|
33 | |
---|
34 | (setup-shared-extension-module 'reflect-reify (extension-version "3.0.0")) |
---|
35 | |
---|
36 | (setup-shared-extension-module 'gshift-greset (extension-version "3.0.0") |
---|
37 | #:compile-options '( |
---|
38 | -scrutinize |
---|
39 | -disable-interrupts |
---|
40 | -fixnum-arithmetic |
---|
41 | -optimize-level 3 |
---|
42 | -inline-limit 50 |
---|
43 | -no-procedure-checks -no-bound-checks #;-no-argc-checks)) |
---|
44 | |
---|
45 | (install-extension-tag (extension-name) (extension-version "3.0.0")) |
---|
Note: See
TracBrowser
for help on using the repository browser.