mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
openmp windows
This commit is contained in:
parent
be31184615
commit
91b8eda353
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user