<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">Le 21/02/2022 à 10:30, Huw Davies a
      écrit :<br>
    </div>
    <blockquote type="cite" cite="mid:20220221093022.GB2364023@pinot">
      <pre class="moz-quote-pre" wrap="">On Mon, Feb 21, 2022 at 09:17:56AM +0000, Huw Davies wrote:
</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">Also, have you tried to strip the binaries?

make install INSTALL_PROGRAM_FLAGS="-s"

should do this.
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
Oh, and on macOS, native strip is broken and requires the argument
"-x" to do anything useful.  You can specify that when running
configure:

./configure ... STRIP="strip -x"

Huw.

</pre>
    </blockquote>
    <p><font face="Helvetica, Arial, sans-serif">Dravion is already
        overriding CFLAGS without debug info... that should work also</font></p>
    <p><font face="Helvetica, Arial, sans-serif">needs to be done also
        for CROSSCFLAGS like:</font></p>
    <p><font face="Helvetica, Arial, sans-serif"><br>
      </font></p>
    <p><font face="Helvetica, Arial, sans-serif">./configure
        CFLAGS="-Os" CROSSCFLAGS="-Os"</font><br>
    </p>
  </body>
</html>