From 91b8eda3532d3f4f5071161dd7e51fe373d3d3be Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Thu, 20 Feb 2020 16:32:15 +0100 Subject: [PATCH] openmp windows --- src/general.pri | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/general.pri b/src/general.pri index ead87336a..b5499535f 100644 --- a/src/general.pri +++ b/src/general.pri @@ -15,8 +15,8 @@ VCGDIR = $$MESHLAB_SOURCE_DIRECTORY/../vcglib CONFIG += c++11 # MeshLab requires OpenMP -#win32-msvc:QMAKE_CXXFLAGS+=/openmp TODO fix this for vcglib -QMAKE_CXXFLAGS+= -fopenmp +win32-msvc:QMAKE_CXXFLAGS+=/openmp #Just for cl, flag is /openmp instead of -fopenmp +!win32-msvc:QMAKE_CXXFLAGS+= -fopenmp #Debug and Release configs CONFIG(release, debug|release):QMAKE_CXXFLAGS += -O3 -DNDEBUG