Skip to content

Alternative configs

Dekken edited this page Sep 26, 2017 · 1 revision

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++
Clone this wiki locally