On Wed, 2009-09-09 at 11:16 +1200, Angus & Anna Salkeld wrote: > On Wed, Sep 9, 2009 at 7:52 AM, Steven Dake<[email protected]> wrote: > > I don't totally like the cflag overrides, but ... > > Would it be better if I passed -DSMALL_MEMORY_FOOTPRINT into corosync > and in each header set one value or the other? > > If you can think of a better way I will gladly change it. > >
Ideally configure.ac would set CONFIG_SMALL_MEMORY_FOOTPRINT as defined. The C code would check the define, not needing any cflags at all. I am not a big fan of Cflags for define overrides. Prefer it be in config.h. Regards -steve > -Angus > _______________________________________________ > Openais mailing list > [email protected] > https://lists.linux-foundation.org/mailman/listinfo/openais _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
