diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/commands/expression/no-deadlock/Makefile')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/commands/expression/no-deadlock/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/expression/no-deadlock/Makefile b/lldb/packages/Python/lldbsuite/test/commands/expression/no-deadlock/Makefile index ee0d4690d83..4b3467bc4e8 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/expression/no-deadlock/Makefile +++ b/lldb/packages/Python/lldbsuite/test/commands/expression/no-deadlock/Makefile @@ -1,4 +1,5 @@ CXX_SOURCES := locking.cpp +CXXFLAGS_EXTRAS := -std=c++11 ENABLE_THREADS := YES include Makefile.rules |