Re: [SPAM LOW]Re: Home made tutorial to help beginners into packaging

2024-07-14 Thread Zbigniew Jędrzejewski-Szmek
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

Re: [SPAM LOW]Re: Home made tutorial to help beginners into packaging

2024-07-14 Thread Sébastien Le Roux
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