Rework default GN symbol handling for win goma builds.
Win goma builds do not support PDB files, so trying to build with full symbols is very painful. Previously we would default to "full symbols" but silently turn off symbols if using goma; this CL restructures things so that we default to "minimal symbols" if using goma (and visual studio's compiler). R=brucedawson@chromium.org, brettw@chromium.org, thakis@chromium.org BUG=634184 Review-Url: https://codereview.chromium.org/2215433002 Cr-Commit-Position: refs/heads/master@{#415325}
Showing
Please register or sign in to comment