[cfe-dev] Another Linker error with clang++

Joerg Sonnenberger joerg at britannica.bec.de
Fri Sep 16 02:51:56 PDT 2011


On Fri, Sep 16, 2011 at 01:38:28AM +0530, Devchandra L Meetei wrote:
> clang: warning: argument unused during compilation: '-s'

Clang doesn't support the "pass every unknown junk to ld" behavior of
GCC. If you really want to strip your binaries by default, use -Wl,-s.

Joerg



More information about the cfe-dev mailing list