On Sun, Jul 14, 2024 at 03:23:56PM +0200, Sébastien Le Roux wrote:
> > Cool!
> Thanks !
> > On page 40, 'cc_args =' is not going to work, that's a syntax error.
> > But a bigger problem is that there's no need to play with -O and -g
> > like that… Meson has builtin -D buildtype=… and it's beter to
Cool!
Thanks !
On page 40, 'cc_args =' is not going to work, that's a syntax error.
But a bigger problem is that there's no need to play with -O and -g
like that… Meson has builtin -D buildtype=… and it's beter to use that.
It also has built-in support e.g. for lto, so it's better to push user
t