;;;; srfi-29.setup -*- Hen -*- (use setup-helper-mod) (verify-extension-name "srfi-29") (unless (directory? (srfi-29-bundles-home)) (create-directory/parents (srfi-29-bundles-home)) (file-chmod (srfi-29-bundles-home) 'a+rx) ) (setup-shared-extension-module 'srfi-29 (extension-version "2.5.0") #:inline? #t #:types? #t #:compile-options '( ;-disable-interrupts ;got shared data but might not be necessary; all params now? -fixnum-arithmetic -O3 -d1 -no-procedure-checks))