• fedor's avatar
    tools: fix tickprocessor Cpp symbols on mac · 1383d001
    fedor authored
    Despite man page documentation:
    
        -f Display the symbol table of a dynamic library flat (as one
           file not separate modules).
    
    `nm` on mac treats `-f` as a shorthand for `-format`. The `-f` argument
    does not seem to be required, so just remove it completely.
    
    (For `-format` documentation - see `nm --help` on mac).
    
    BUG=
    
    Review URL: https://codereview.chromium.org/1840633002
    
    Cr-Commit-Position: refs/heads/master@{#35445}
    1383d001
tickprocessor.js 27.6 KB