~ salmonella-environment-setup (master) 020264f8219816037a5fff4dd034cae7a8019ffe
commit 020264f8219816037a5fff4dd034cae7a8019ffe Author: Mario Domenech Goulart <mario@parenteses.org> AuthorDate: Wed Apr 28 21:43:11 2021 +0200 Commit: Mario Domenech Goulart <mario@parenteses.org> CommitDate: Wed Apr 28 21:43:11 2021 +0200 Add conf/chicken-5-clang-no-cache.conf diff --git a/conf/chicken-5-clang-no-cache.conf b/conf/chicken-5-clang-no-cache.conf new file mode 100644 index 0000000..a008fca --- /dev/null +++ b/conf/chicken-5-clang-no-cache.conf @@ -0,0 +1,12 @@ +;; -*- scheme -*- +(cond-expand + (chicken-5 + (import (chicken load))) + (else)) + +(load-relative "./common/chicken-5.scm") + +(c-compiler "clang") +(c++-compiler "clang") + +(keep-repo? #f)Trap