From f93b18f39cce34fca79b688cee3324d1db2eef62 Mon Sep 17 00:00:00 2001 From: Erik Joelsson Date: Tue, 28 Nov 2023 23:32:18 +0000 Subject: [PATCH] 8320932: [BACKOUT] dsymutil command leaves around temporary directories Reviewed-by: mikael --- make/common/NativeCompilation.gmk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/common/NativeCompilation.gmk b/make/common/NativeCompilation.gmk index c8cd4b8ea64..68d1dba27ff 100644 --- a/make/common/NativeCompilation.gmk +++ b/make/common/NativeCompilation.gmk @@ -1105,7 +1105,7 @@ define SetupNativeCompilationBody $$($1_SYMBOLS_DIR)/$$($1_BASENAME).dSYM/Contents/Info.plist \ $$($1_SYMBOLS_DIR)/$$($1_BASENAME).dSYM/Contents/Resources/DWARF/$$($1_BASENAME) $1_CREATE_DEBUGINFO_CMDS := \ - $(DSYMUTIL) --reproducer Off --out $$($1_SYMBOLS_DIR)/$$($1_BASENAME).dSYM $$($1_TARGET) + $(DSYMUTIL) --out $$($1_SYMBOLS_DIR)/$$($1_BASENAME).dSYM $$($1_TARGET) endif # Since the link rule creates more than one file that we want to track,