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:
Jim Ingham 2022-06-30 12:09:31 -07:00
parent d64ba896d3
commit 38ca754eb0
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
CXX_SOURCES := main.cpp
ENABLE_THREADS := YES
include Makefile.rules