diff options
| -rw-r--r-- | lldb/test/lang/cpp/incomplete-types/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/incomplete-types/Makefile b/lldb/test/lang/cpp/incomplete-types/Makefile index 7d08d48a51d..409669d0445 100644 --- a/lldb/test/lang/cpp/incomplete-types/Makefile +++ b/lldb/test/lang/cpp/incomplete-types/Makefile @@ -28,7 +28,7 @@ length_nolimit.o: length.cpp $(CXX) $(CFLAGS_NO_LIMIT) length.cpp -o length_nolimit.o a.o: a.cpp - $(CXX) -c a.cpp -o a.o + $(CXX) $(CFLAGS_NO_DEBUG) -c a.cpp -o a.o clean: OBJECTS += limit nolimit length_limit.o length_nolimit.o |

