mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
COMP: add -pthread compile/link dependency for std::thread (#614)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
include $(GENERAL_RULES)/Gcc/c++
|
||||
|
||||
c++ARCH = -m64
|
||||
c++ARCH = -m64 -pthread
|
||||
|
||||
# With gnu++11 (not c++11) to ensure __STRICT_ANSI__ is not defined
|
||||
CC = x86_64-w64-mingw32-g++ -std=gnu++11
|
||||
|
||||
Reference in New Issue
Block a user