https://bugs.kde.org/show_bug.cgi?id=400607

            Bug ID: 400607
           Summary: Problem with building with parallel jobs in the README
           Product: krita
           Version: git master
          Platform: MS Windows
                OS: MS Windows
            Status: REPORTED
          Severity: minor
          Priority: NOR
         Component: Documentation
          Assignee: krita-bugs-n...@kde.org
          Reporter: billme...@gmail.com
  Target Milestone: ---

In krita/3rdparty/README.md, it states:

If you want to build Qt and some other dependencies with parallel jobs, add
-DSUBMAKE_JOBS=<n> to the cmake command where is the number of jobs to run (if
your PC has 4 CPU cores, you might want to set it to 5).

Isn't this the correct way to do this like " -- -j <n>" ?

When I run this

cmake --build . --config RelWithDebInfo --target ext_boost -DSUBMAKE_JOBS=8

it says it is an unrecognized argument. But when I run

cmake --build . --config RelWithDebInfo --target ext_boost -- -j 8

it runs correctly with all 8 threads. Maybe it's just a problem on Windows, or
maybe I'm missing something?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to