Skip to content

Commit 8250961

Browse files
jaikiranpull[bot]
authored andcommitted
8320863: dsymutil command leaves around temporary directories
Reviewed-by: erikj, ihse
1 parent ae70ed0 commit 8250961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make/common/NativeCompilation.gmk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1105,7 +1105,7 @@ define SetupNativeCompilationBody
11051105
$$($1_SYMBOLS_DIR)/$$($1_BASENAME).dSYM/Contents/Info.plist \
11061106
$$($1_SYMBOLS_DIR)/$$($1_BASENAME).dSYM/Contents/Resources/DWARF/$$($1_BASENAME)
11071107
$1_CREATE_DEBUGINFO_CMDS := \
1108-
$(DSYMUTIL) --out $$($1_SYMBOLS_DIR)/$$($1_BASENAME).dSYM $$($1_TARGET)
1108+
$(DSYMUTIL) --reproducer Off --out $$($1_SYMBOLS_DIR)/$$($1_BASENAME).dSYM $$($1_TARGET)
11091109
endif
11101110

11111111
# Since the link rule creates more than one file that we want to track,

0 commit comments

Comments
 (0)