]> git.ipfire.org Git - thirdparty/squid.git/commit - configure.ac
Cleanup: remove --disable-inline and related macros
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 8 Jan 2017 05:14:34 +0000 (18:14 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 8 Jan 2017 05:14:34 +0000 (18:14 +1300)
commit10185a380208acabddb1f695b376c082a018f583
tree4ae5e7b8c9eca502ed34a92e843d3de542192a21
parent1a6cca0171961ba23d93d02b0253578bcaa1a939
Cleanup: remove --disable-inline and related macros

With the .cci files gone there is no longer any use of the SQUID_INLINE
macro. Which in turn removes the need for _USE_INLINE_ macro and then the
--disable-inline build option which sets that.

The relevant compiler specific *FLAGS option should be used instead to
disable compiler inlining functions without special macro usage.
configure.ac
doc/release-notes/release-5.sgml
include/squid.h
test-suite/buildtests/layer-01-minimal.opts
test-suite/buildtests/layer-02-maximus.opts