1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 05:22:40 +02:00

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:
Jehan
2017-10-05 00:16:34 +02:00
parent 55083baa98
commit e545116b89

View File

@@ -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.