On May 2, 2014, at 9:58 AM, Geert Janssens <[email protected]> wrote: > Updated via https://github.com/Gnucash/gnucash/commit/ca480862 > (commit) > from https://github.com/Gnucash/gnucash/commit/08c59b58 (commit) > > > > commit ca48086287045c0af08b0dde62ce121e00a8e0c0 > Author: Geert Janssens <[email protected]> > Date: Fri May 2 15:55:48 2014 +0200 > > Add _FORTIFY_SOURCE directive only when compiling with optimization enabled
This change seems to add _FORTIFY_SOURCE for any level of -O, including -O0.
Am I reading it correctly? Does this work? If so, that's why I didn't see the
problem. My build script always supplies a -O parameter, either -O0 or -O2 for
debug or optimized builds respectively. The error message seems to imply that
you need an optimization level greater than 0 for _FORTIFY_SOURCE.
Mike
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
