Skip to content

Commit

Permalink
remove -j in web build
Browse files Browse the repository at this point in the history
  • Loading branch information
iTrooz committed Dec 27, 2023
1 parent e6725cd commit 2a1f4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cmake \
-DQT_HOST_PATH=$(dirname "$QT_WASM")/gcc_64 \
-DCMAKE_BUILD_TYPE=$BUILD_TYPE \
-B build -G Ninja
cmake --build build -j 4
cmake --build build
ccache -s
EOF

Expand Down

0 comments on commit 2a1f4f1

Please sign in to comment.