• dpranke's avatar
    Rework default GN symbol handling for win goma builds. · 64fea5e2
    dpranke authored
    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}
    64fea5e2
compiler.gni 4.36 KB