Skip to content

Commit

Permalink
ccache changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Sep 29, 2023
1 parent 05bb9bb commit f87ff8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion distro-files/layout/home/user/.config/kdesrc-buildrc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ global
compile-commands-linking true
compile-commands-export true

cmake-options -DQT_MAJOR_VERSION=6 -GNinja
cmake-options -DQT_MAJOR_VERSION=6 -GNinja -DCMAKE_CXX_COMPILER_LAUNCHER=ccache

branch-group kf6-qt6
end global
Expand Down
4 changes: 2 additions & 2 deletions src/os-variants/mobile/mobile-dev.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export async function buildMobileDev() {
//"export CC='ccache distcc'",
//"export CXX='ccache distcc g++'",
//"export DISTCC_HOSTS='192.168.11.138/20'",
"export CC='ccache gcc'",
"export CXX='ccache g++'",
//"export CC='ccache gcc'",
//"export CXX='ccache g++'",
] : [
//"export CC='ccache gcc'",
//"export CXX='ccache g++'",
Expand Down

0 comments on commit f87ff8f

Please sign in to comment.