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 ae70ed0 commit 8250961Copy full SHA for 8250961
make/common/NativeCompilation.gmk
@@ -1105,7 +1105,7 @@ define SetupNativeCompilationBody
1105
$$($1_SYMBOLS_DIR)/$$($1_BASENAME).dSYM/Contents/Info.plist \
1106
$$($1_SYMBOLS_DIR)/$$($1_BASENAME).dSYM/Contents/Resources/DWARF/$$($1_BASENAME)
1107
$1_CREATE_DEBUGINFO_CMDS := \
1108
- $(DSYMUTIL) --out $$($1_SYMBOLS_DIR)/$$($1_BASENAME).dSYM $$($1_TARGET)
+ $(DSYMUTIL) --reproducer Off --out $$($1_SYMBOLS_DIR)/$$($1_BASENAME).dSYM $$($1_TARGET)
1109
endif
1110
1111
# Since the link rule creates more than one file that we want to track,
0 commit comments