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