Compiler flag detection doesn't work
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 28 Feb 2014 21:55:30 +0000
In configure.as we attempt to add compiler flags by detecting whether or
SVN_CFLAGS_ADD_IFELSE([-fno-inline])
$ touch x.c
I think that counts as working as far as SVN_CFLAGS_ADD_IFELSE is
However adding these flags causes the compiler to fail to link:
$ echo 'int main(){}' > x.c
So we have to get SVN_CFLAGS_ADD_IFELSE to recognise that these flags
-- Philip Martin | Subversion Committer WANdisco // *Non-Stop Data*Received on 2014-02-28 22:56:06 CET |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.