>>> "Jacob" == Jacob Meuser <[EMAIL PROTECTED]> writes:
[...]
Jacob> yes, but do the autotols document what order the variables (CFLAGS,
Jacob> CPPFLAGS, AM_CPPFLAGS, etc) will appear in the rules? that is the
Jacob> question being asked.
That documentation was delivered to your mailbox 10 d
>>> "Bruce" == Bruce Allen <[EMAIL PROTECTED]> writes:
[...]
Bruce> In other words:
Bruce> libboincbenchmark_a_CXXFLAGS=-O3
Bruce> CXXFLAGS=-g -O2
Bruce> and I end up with
Bruce> -O3 -g -O2.
Bruce> Any idea how to get around this?
I have never been in this situation, so perhaps the idea b
Sander Niemeijer wrote:
As a general remark, automake is not that clear in the precedence that
compiler flags take (will FOOFLAGS come before or after
AM_FOOFLAGS/target_FOOFLAGS) and if/how one would be able to overrule
these flags. Important is also to notice that CXXFLAGS/CFLAGS or
overruled