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:
@ -2,7 +2,7 @@ include $(GENERAL_RULES)/Gcc/c++
|
||||
|
||||
CC = CC -std=c++11
|
||||
|
||||
c++ARCH = -m64
|
||||
c++ARCH = -m64 -pthread
|
||||
|
||||
include $(DEFAULT_RULES)/c++$(WM_COMPILE_OPTION)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user