~ salmonella-environment-setup (master) /conf/common/tcc.scm


1(skip-eggs
2 (append (skip-eggs)
3         ;; Eggs compiled with -c++ (tcc does not support C++)
4         '(mdh rbf taglib)))
5
6(c-compiler "tcc")
7(c++-compiler "tcc")
Trap