mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
Still messing the macx options of the screened poisson qmake...
This commit is contained in:
parent
47e0ea8008
commit
69b4ec795d
@ -3,7 +3,9 @@ include (../../shared.pri)
|
||||
#QMAKE_CXXFLAGS -= -Wall -W
|
||||
macx:QMAKE_CXX = clang++-mp-3.9
|
||||
macx:QMAKE_LFLAGS += -L/opt/local/lib/libomp -lomp
|
||||
QMAKE_CXXFLAGS+=-fopenmp
|
||||
macx:QMAKE_CXXFLAGS_RELEASE+= -O3 -DRELEASE -funroll-loops -ffast-math
|
||||
|
||||
QMAKE_CXXFLAGS+=-fopenmp -Wno-sign-compare -Wno-unused-parameter
|
||||
|
||||
HEADERS += filter_screened_poisson.h
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user