~ salmonella-environment-setup (master) 1d5d88e436f3d18d9b1767a0985f5ca806d8f630


commit 1d5d88e436f3d18d9b1767a0985f5ca806d8f630
Author:     Mario Domenech Goulart <mario@parenteses.org>
AuthorDate: Sun Sep 5 14:25:33 2021 +0200
Commit:     Mario Domenech Goulart <mario@parenteses.org>
CommitDate: Sun Sep 5 14:25:33 2021 +0200

    Add configuration file for prerelease with clang

diff --git a/conf/prerelease-clang.conf b/conf/prerelease-clang.conf
new file mode 100644
index 0000000..061d300
--- /dev/null
+++ b/conf/prerelease-clang.conf
@@ -0,0 +1,12 @@
+;; -*- scheme -*-
+(cond-expand
+ (chicken-5
+  (import (chicken load)))
+ (else))
+
+(load-relative "./common/chicken-5.scm")
+
+(chicken-core-branch "prerelease")
+
+(c-compiler "clang")
+(c++-compiler "clang++")
Trap