Merge commit '7a76c6c4df'
* commit '7a76c6c4df':
configure: Enable colored output for gcc 4.9+
Conflicts:
configure
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
2ba0ef4b15
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
|
@ -5326,6 +5326,7 @@ elif enabled gcc; then
|
|||
check_cflags -Werror=return-type
|
||||
check_cflags -Werror=vla
|
||||
check_cflags -Wformat
|
||||
check_cflags -fdiagnostics-color=auto
|
||||
enabled extra_warnings || check_disable_warning -Wno-maybe-uninitialized
|
||||
elif enabled llvm_gcc; then
|
||||
check_cflags -mllvm -stack-alignment=16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue