Enable openmp in MinGW-w64

This commit is contained in:
Antony Riakiotakis
2014-04-07 03:51:02 +03:00
parent 574b0e2c30
commit 3ab0a4da73
2 changed files with 1 additions and 4 deletions

View File

@@ -1362,8 +1362,6 @@ elseif(WIN32)
set(PLATFORM_LINKLIBS "${PLATFORM_LINKLIBS} -lpthread")
add_definitions(-DFREE_WINDOWS64 -DMS_WIN64)
# Turn off OpenMP since it causes crashes on render for subsurfed/multiresolution meshes
set(WITH_OPENMP OFF)
endif()
add_definitions(-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE)