diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/Makefile')
| -rw-r--r-- | packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/Makefile b/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/Makefile deleted file mode 100644 index f89b52a972e9..000000000000 --- a/packages/Python/lldbsuite/test/functionalities/breakpoint/cpp/Makefile +++ /dev/null @@ -1,9 +0,0 @@ -LEVEL = ../../../make - -CXX_SOURCES := main.cpp - -ifneq (,$(findstring icc,$(CC))) - CXXFLAGS += -debug inline-debug-info -endif - -include $(LEVEL)/Makefile.rules |
