mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: add -pthread compile/link dependency for std::thread (#614)
This commit is contained in:
@ -3,7 +3,7 @@ include $(GENERAL_RULES)/Clang/c++
|
||||
|
||||
CC = armclang++ -std=c++11
|
||||
|
||||
c++ARCH = -mcpu=native
|
||||
c++ARCH = -mcpu=native -pthread
|
||||
|
||||
include $(DEFAULT_RULES)/c++$(WM_COMPILE_OPTION)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user