~ salmonella-environment-setup (master) dd54f78f8d7bc7d9384858e8683d717b6ec8b29d
commit dd54f78f8d7bc7d9384858e8683d717b6ec8b29d Author: Mario Domenech Goulart <mario@parenteses.org> AuthorDate: Wed Dec 16 19:17:22 2020 +0100 Commit: Mario Domenech Goulart <mario@parenteses.org> CommitDate: Wed Dec 16 19:17:22 2020 +0100 Add conf/chicken-5-clang-speed.conf diff --git a/conf/chicken-5-clang-speed.conf b/conf/chicken-5-clang-speed.conf new file mode 100644 index 0000000..ab1018b --- /dev/null +++ b/conf/chicken-5-clang-speed.conf @@ -0,0 +1,12 @@ +;; -*- scheme -*- +(cond-expand + (chicken-5 + (import (chicken load))) + (else)) + +(load-relative "./common/common.scm") +(load-relative "./common/chicken-5.scm") +(load-relative "./common/speed.scm") + +(c-compiler "clang") +(c++-compiler "clang++")Trap