diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/functionalities/thread/backtrace_all/Makefile')
-rw-r--r-- | packages/Python/lldbsuite/test/functionalities/thread/backtrace_all/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/Python/lldbsuite/test/functionalities/thread/backtrace_all/Makefile b/packages/Python/lldbsuite/test/functionalities/thread/backtrace_all/Makefile new file mode 100644 index 0000000..24e6801 --- /dev/null +++ b/packages/Python/lldbsuite/test/functionalities/thread/backtrace_all/Makefile @@ -0,0 +1,6 @@ +LEVEL = ../../../make + +CXXFLAGS += -std=c++11 +CXX_SOURCES := ParallelTask.cpp +ENABLE_THREADS := YES +include $(LEVEL)/Makefile.rules |