Skip to content

Commit

Permalink
Add -fopenmp
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-alexandrov committed Sep 30, 2023
1 parent 40f64f9 commit 39ac1f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions polyview.pro
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ QT += gui
RESOURCES = polyview.qrc
INCLUDEPATH += geom
INCLUDEPATH += gui
QMAKE_CXXFLAGS += -fopenmp

#TODO: See if compiling statically can reduce executable size
#win32 {
Expand Down
2 changes: 2 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ requirements:

host:
- qt=5.9.7
- llvm-openmp

run:
- qt=5.9.7
- llvm-openmp

test:
files:
Expand Down

0 comments on commit 39ac1f2

Please sign in to comment.