diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-03-16 16:03:20 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2025-03-16 16:33:10 +0300 |
commit | 74e912cd79d83f8470137a8b288488749c0a79bc (patch) | |
tree | c2076982c76c1f5f5d51d0cdd26e6c8d4ed5199f /.gitignore | |
parent | 327d749ce03d25897447ec36ed4c46c0da4a72cb (diff) | |
download | sciteco-74e912cd79d83f8470137a8b288488749c0a79bc.tar.gz |
prefer native C/C++ compilers
* The Autoconf defaults are actually biased in favor of GCC,
so on systems with GCC and Clang, Autoconf would pick GCC.
* Instead we now always default to `cc` and `c++`, i.e. the
system's default compiler.
* This means, we will compile with Clang by default on FreeBSD.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions