From 39ac1f221589ffda5166fa3bc7ada8b86e51a770 Mon Sep 17 00:00:00 2001 From: Oleg Alexandrov Date: Sat, 30 Sep 2023 10:11:19 -0700 Subject: [PATCH] Add -fopenmp --- polyview.pro | 1 + recipe/meta.yaml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/polyview.pro b/polyview.pro index 5526f7e..abb2fd8 100644 --- a/polyview.pro +++ b/polyview.pro @@ -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 { diff --git a/recipe/meta.yaml b/recipe/meta.yaml index fbda9e1..ab072b1 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -21,9 +21,11 @@ requirements: host: - qt=5.9.7 + - llvm-openmp run: - qt=5.9.7 + - llvm-openmp test: files: