~ salmonella-environment-setup (master) /conf/chicken-4-clang-no-cache.conf


 1;; -*- scheme -*-
 2(cond-expand
 3 (chicken-5
 4  (import (chicken load)))
 5 (else))
 6
 7(load-relative "./common/chicken-4.scm")
 8
 9(c-compiler "clang")
10(c++-compiler "clang")
11
12(keep-repo? #f)
Trap