Skip to content

Commit d00fb41

Browse files
authored
Merge pull request #5667 from jimingham/remember-enable-thread
Apparently you need a special makefile flag to use threads on Linux.
2 parents f21cfd5 + 631d120 commit d00fb41

File tree

1 file changed

+1
-0
lines changed
  • lldb/test/API/functionalities/breakpoint/two_hits_one_actual

1 file changed

+1
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
CXX_SOURCES := main.cpp
2+
ENABLE_THREADS := YES
23

34
include Makefile.rules

0 commit comments

Comments
 (0)