diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2011-12-10 11:55:29 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-12-10 11:56:25 -0800 |
commit | 55f387315c4429704d2d5212fb1e3b130638e097 (patch) | |
tree | d9adab78dcf5ab68a6bef7634b070fe9db73660e | |
parent | a8f51b6864c65ab226f2febd7322354fb00b9444 (diff) |
Remove -Winline from BASE_CFLAGS
This might be useful for performance tuning builds against specific
compilers, but it is a bit too noisy to be used in general.
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
-rw-r--r-- | xorg-macros.m4.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xorg-macros.m4.in b/xorg-macros.m4.in index 3fd5348..d9ed137 100644 --- a/xorg-macros.m4.in +++ b/xorg-macros.m4.in @@ -1547,7 +1547,6 @@ XORG_TESTSET_CFLAG([BASE_CFLAGS], [-Wcast-qual]) XORG_TESTSET_CFLAG([BASE_CFLAGS], [-Wmissing-noreturn]) XORG_TESTSET_CFLAG([BASE_CFLAGS], [-Wmissing-format-attribute]) XORG_TESTSET_CFLAG([BASE_CFLAGS], [-Wredundant-decls]) -XORG_TESTSET_CFLAG([BASE_CFLAGS], [-Winline]) # These are currently disabled because they are noisy. They will be enabled # in the future once the codebase is sufficiently modernized to silence |