Skip to content

Commit

Permalink
pw_toolchain: Include cross reference table in map files
Browse files Browse the repository at this point in the history
Change-Id: Icf034a5cf9ee0cf77edd0cf5a5f1cf1d841e4703
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/151051
Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
Pigweed-Auto-Submit: Alex Brachet <abrachet@google.com>
Reviewed-by: Petr Hosek <phosek@google.com>
Reviewed-by: Keir Mierle <keir@google.com>
  • Loading branch information
abrachet authored and CQ Bot Account committed Jun 29, 2023
1 parent 8fd5c5b commit d531598
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pw_toolchain/generate_toolchain.gni
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ template("generate_toolchain") {
_link_flags += [
# Output a map file that shows symbols and their location.
"-Wl,-Map,$_link_mapfile",
"-Wl,--cref",
]
}

Expand Down

0 comments on commit d531598

Please sign in to comment.