COMP: add -pthread compile/link dependency for std::thread (#614)

This commit is contained in:
Mark Olesen
2020-02-07 11:04:40 +01:00
parent a88e67f2e1
commit 8075804b18
13 changed files with 13 additions and 13 deletions

View File

@ -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)