Re: Compiler flag detection doesn't work

2014-02-28 Thread Branko Čibej
On 01.03.2014 04:05, Branko Čibej wrote: > On 28.02.2014 22:55, Philip Martin wrote: >> In configure.as we attempt to add compiler flags by detecting whether or >> not the compiler accepts them. It's unreliable on Solaris: >> >> SVN_CFLAGS_ADD_IFELSE([-fno-inline]) >> SVN_CFLAGS_ADD_IFELSE

Re: Compiler flag detection doesn't work

2014-02-28 Thread Branko Čibej
On 28.02.2014 22:55, Philip Martin wrote: > In configure.as we attempt to add compiler flags by detecting whether or > not the compiler accepts them. It's unreliable on Solaris: > > SVN_CFLAGS_ADD_IFELSE([-fno-inline]) > SVN_CFLAGS_ADD_IFELSE([-fno-omit-frame-pointer]) > > $ touch x.c > $