Skip to content

Commit

Permalink
enable openmp
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mdavid-m committed Jun 27, 2024
1 parent 8e936e0 commit d0f7bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-executable-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
WITH_GUI: "ON"
ADDRESS_SANITIZER: "Off"
BUILD_TYPE: "Release"
OPENMP: "Off"
OPENMP: "On"
USE_STATIC_BOOST: "On"
# BUILD_FLAGS: "-p:CL_MPCount=2" # For VS Generator and MSBuild
BUILD_FLAGS: "-j2" # Ninja will otherwise use all cores (doesn't go well in GHA)
Expand Down

0 comments on commit d0f7bcd

Please sign in to comment.