]> git.pld-linux.org Git - packages/ccache.git/commitdiff
use ccache for building ccache only if instructed explicitly
authorJan Palus <atler@pld-linux.org>
Sun, 2 May 2021 18:55:42 +0000 (20:55 +0200)
committerJan Palus <atler@pld-linux.org>
Sun, 2 May 2021 18:55:42 +0000 (20:55 +0200)
ccache.spec

index 5f518662254e5149d92d150580948a4d849179a0..1971ce28b6b565944648f923d6a38fe32035dbed 100644 (file)
@@ -59,6 +59,7 @@ kompilatora.
 
 %build
 %cmake -B build \
+       -DUSE_CCACHE=OFF \
        -DUSE_FASTER_LINKER=OFF
 
 %{__make} -C build
This page took 0.092426 seconds and 4 git commands to generate.