Changing default CFLAGS on i386

Ryan Lortie desrt at desrt.ca
Fri Mar 7 01:52:38 UTC 2014


hi,

On Thu, Mar 6, 2014, at 20:50, Adam Conrad wrote:
> I suspect glib would want std=gnu99 not std=c99, but yes, there are
> many packages in the archive that pick their std via upstream auto
> fudgery, and glib likely should be doing this.
> 
> In some future GCC version, gnu99 will almost certainly be the default,
> but that future isn't here yet, and people needing adherence to a
> standard should pick it manually regardless.

fwiw, gnu99 doesn't stop the bug.  You have to pick -std=c99
specifically.

Cheers



More information about the ubuntu-devel mailing list