Skip to content

Commit

Permalink
8320863: dsymutil command leaves around temporary directories
Browse files Browse the repository at this point in the history
Reviewed-by: erikj, ihse
  • Loading branch information
jaikiran committed Nov 28, 2023
1 parent db7fedf commit 86bb804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/common/NativeCompilation.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -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) --out $$($1_SYMBOLS_DIR)/$$($1_BASENAME).dSYM $$($1_TARGET)
$(DSYMUTIL) --reproducer Off --out $$($1_SYMBOLS_DIR)/$$($1_BASENAME).dSYM $$($1_TARGET)
endif

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

1 comment on commit 86bb804

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.