build: run flatpak-builder with --ccache option for faster builds.
So I discover today that there is an option --ccache to request flatpak-builder to compile using ccache, which is obviously a great idea when rebuilding the same deps too often. Update the howto with the info.
This commit is contained in:
parent
55083baa98
commit
e545116b89
1 changed files with 2 additions and 2 deletions
|
|
@ -88,8 +88,8 @@ Or if you already have a build:
|
|||
|
||||
* Run flatpak builder with the following commands:
|
||||
|
||||
> flatpak-builder --arch=x86_64 gimp-flatpak-build-x86-64 org.gimp.GIMP.json
|
||||
> flatpak-builder --arch=i386 gimp-flatpak-build-i386 org.gimp.GIMP.json
|
||||
> flatpak-builder --ccache --arch=x86_64 gimp-flatpak-build-x86-64 org.gimp.GIMP.json
|
||||
> flatpak-builder --ccache --arch=i386 gimp-flatpak-build-i386 org.gimp.GIMP.json
|
||||
|
||||
Note: if you ever want to check the `config.log` of any of the module which
|
||||
failed to compile, it is available in a hidden directory of your working path.
|
||||
|
|
|
|||
Loading…
Reference in a new issue