Skip to content

Commit

Permalink
BaseTools: Disable Second DLINK step for WHOLEARCHIVE (#1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
os-d authored and ProjectMuBot committed Dec 18, 2024
1 parent e7b4836 commit 464589a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BaseTools/Conf/build_rule.template
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
$(DEBUG_DIR)(+)$(MODULE_NAME).dll

<Command.MSFT, Command.INTEL>
"$(DLINK)" /OUT:${dst} $(DLINK_FLAGS) $(DLINK2_FLAGS) $(DLINK_SPATH) @$(STATIC_LIBRARY_FILES_LIST)
# "$(DLINK)" /OUT:${dst} $(DLINK_FLAGS) $(DLINK2_FLAGS) $(DLINK_SPATH) @$(STATIC_LIBRARY_FILES_LIST) MU_CHANGE: Drop Extra DLINK step for WHOLEARCHIVE
"$(DLINK)" /OUT:${dst} $(DLINK_FLAGS) $(DLINK_SPATH) @$(STATIC_LIBRARY_FILES_LIST)

<Command.CLANGPDB>
Expand Down

0 comments on commit 464589a

Please sign in to comment.