]> git.pld-linux.org Git - projects/cleanbuild.git/blob - docker/rpmmacros
Use build cache to speedup local docker image rebuilds
[projects/cleanbuild.git] / docker / rpmmacros
1
2 %ccache_prefix %{_prefix}/libexec/ccache/
3
4 %__cc %{?ccache_prefix}%{_target_platform}-gcc
5 %__cxx %{?ccache_prefix}%{_target_platform}-g++
6
7 %_enable_debug_packages 0
8
9 %_binary_payload        w1.gzdio
10
11 # clear parallel build
12 %_smp_mflags    %{nil}
This page took 0.045193 seconds and 3 git commands to generate.