diff options
Diffstat (limited to 'changes/clang_30_options')
-rw-r--r-- | changes/clang_30_options | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/clang_30_options b/changes/clang_30_options new file mode 100644 index 0000000000..e8e34c8e3e --- /dev/null +++ b/changes/clang_30_options @@ -0,0 +1,5 @@ + o Code simplifications and refactoring: + - During configure, detect when we're building with clang version 3.0 or + lower and disable the -Wnormalized=id and -Woverride-init CFLAGS. + clang doesn't support them yet. + |