We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad6962 commit f8fedfbCopy full SHA for f8fedfb
lldb/packages/Python/lldbsuite/test/make/Makefile.rules
@@ -629,9 +629,9 @@ endif
629
else
630
$(LD) $(DYLIB_OBJECTS) $(LDFLAGS) -shared -o "$(DYLIB_FILENAME)"
631
ifeq "$(SPLIT_DEBUG_SYMBOLS)" "YES"
632
- ifeq "$(SAVE_FULL_DEBUG_BINARY)" "YES"
+ifeq "$(SAVE_FULL_DEBUG_BINARY)" "YES"
633
cp "$(DYLIB_FILENAME)" "$(DYLIB_FILENAME).unstripped"
634
- endif
+endif
635
$(OBJCOPY) --only-keep-debug "$(DYLIB_FILENAME)" "$(DYLIB_FILENAME).debug"
636
$(OBJCOPY) --strip-debug --add-gnu-debuglink="$(DYLIB_FILENAME).debug" "$(DYLIB_FILENAME)" "$(DYLIB_FILENAME)"
637
endif
0 commit comments