~ salmonella-environment-setup (master) 3799fefc35e6360b53d28028bf6dc96f493a8397


commit 3799fefc35e6360b53d28028bf6dc96f493a8397
Author:     Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Tue May 18 21:24:54 2021 +0200
Commit:     Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Tue May 18 21:24:54 2021 +0200

    Add conf/chicken-4-clang-no-cache.conf

diff --git a/conf/chicken-4-clang-no-cache.conf b/conf/chicken-4-clang-no-cache.conf
new file mode 100644
index 0000000..4e5cde1
--- /dev/null
+++ b/conf/chicken-4-clang-no-cache.conf
@@ -0,0 +1,12 @@
+;; -*- scheme -*-
+(cond-expand
+ (chicken-5
+  (import (chicken load)))
+ (else))
+
+(load-relative "./common/chicken-4.scm")
+
+(c-compiler "clang")
+(c++-compiler "clang")
+
+(keep-repo? #f)
Trap