We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Debian - gcc with ccache
file: - type: c archiver: ar -cr compiler: ccache gcc linker: gcc - type: cpp:cxx:cc archiver: ar -cr compiler: ccache g++ linker: g++
Debian - clang with ccache
file: - type: c archiver: ar -cr compiler: ccache clang linker: clang - type: cpp:cxx:cc archiver: ar -cr compiler: ccache clang++ linker: clang++