~ salmonella-environment-setup (master) 7d72a9bb4b1ee37463fee89b4a698db5a7df593b
commit 7d72a9bb4b1ee37463fee89b4a698db5a7df593b Author: Mario Domenech Goulart <mario@parenteses.org> AuthorDate: Sun May 27 14:37:58 2018 +0200 Commit: Mario Domenech Goulart <mario@parenteses.org> CommitDate: Sun May 27 14:37:58 2018 +0200 conf: add chicken-5-clang.conf diff --git a/conf/chicken-5-clang.conf b/conf/chicken-5-clang.conf new file mode 100644 index 0000000..7524942 --- /dev/null +++ b/conf/chicken-5-clang.conf @@ -0,0 +1,5 @@ +(load-relative "./common/common.scm") +(load-relative "./common/chicken-5.scm") + +(c-compiler "clang") +(c++-compiler "clang++")Trap