Hello,

"Harmen Stoppels" <har...@stoppels.ch> wrote:
> * random/Makefile.am (o_flag_munging): append -O0
>
> Replace `echo ... | sed` idiom with simply appending -O0. This overrides
> previous optimization flags. Hopefully that ends the series of patches
> to these lines.

Yes, GCC and Clang have this behavior; In GCC manual, it says:

     If you use multiple '-O' options, with or without level numbers,
     the last such option is the one that is effective.

However, not all compilers have this behavior.  So, please don't change.

Well, I would understand your intention to prefer simpler things.  Thank
you for your attempt.
-- 

_______________________________________________
Gcrypt-devel mailing list
Gcrypt-devel@gnupg.org
https://lists.gnupg.org/mailman/listinfo/gcrypt-devel

Reply via email to