~ salmonella-environment-setup (master) 2bee798ff917a4f232f823f9545aada3e7d4d00b


commit 2bee798ff917a4f232f823f9545aada3e7d4d00b
Author:     Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Wed Apr 7 20:23:28 2021 +0200
Commit:     Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Wed Apr 7 20:23:28 2021 +0200

    Add chicken-5-tcc-no-cache.conf

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