Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
brinkqiang committed Dec 14, 2024
1 parent 2cabedc commit 04bb99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_win.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cd build

# -DCMAKE_EXPORT_COMPILE_COMMANDS=ON option is implemented only by Makefile Generators and Ninja Generators.
cmake -DCMAKE_BUILD_TYPE=relwithdebinfo -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ..
cmake --build . --config relwithdebinfo
cmake --build . --config relwithdebinfo cmake -- /maxcpucount:4

# popd
cd ..
Expand Down

0 comments on commit 04bb99e

Please sign in to comment.