~ salmonella-environment-setup (master) b7d4c4aaf9a85811e37d44760b484e37b78e60a1
commit b7d4c4aaf9a85811e37d44760b484e37b78e60a1 Author: Mario Domenech Goulart <mario@parenteses.org> AuthorDate: Mon Apr 5 14:36:00 2021 +0200 Commit: Mario Domenech Goulart <mario@parenteses.org> CommitDate: Mon Apr 5 14:36:00 2021 +0200 Add conf file for CHICKEN 5 + TCC diff --git a/conf/chicken-5-tcc.conf b/conf/chicken-5-tcc.conf new file mode 100644 index 0000000..5c0606e --- /dev/null +++ b/conf/chicken-5-tcc.conf @@ -0,0 +1,5 @@ +(load-relative "./common/common.scm") +(load-relative "./common/chicken-5.scm") + +(c-compiler "tcc") +(c++-compiler "tcc")Trap