diff options
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml index 3d261cf798..7a37777e01 100644 --- a/circle.yml +++ b/circle.yml @@ -488,8 +488,8 @@ jobs: - image: mbgl/linux-clang-7:a5a3c52107 working_directory: /src environment: - LIBSYSCONFCPUS: 2 - JOBS: 2 + LIBSYSCONFCPUS: 4 + JOBS: 4 BUILDTYPE: Debug steps: - install-dependencies: { ccache: false } |