forked from OSchip/llvm-project
Apparently you need a special makefile flag to use threads on Linux.
This is a follow-up to https://reviews.llvm.org/D128776.
This commit is contained in:
parent
d64ba896d3
commit
38ca754eb0
|
@ -1,3 +1,4 @@
|
|||
CXX_SOURCES := main.cpp
|
||||
ENABLE_THREADS := YES
|
||||
|
||||
include Makefile.rules
|
||||
|
|
Loading…
Reference in New Issue