mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
configure: Add support for clang llvm-cov
This commit is contained in:
parent
c11a858626
commit
59b9d2f684
1 changed files with 4 additions and 0 deletions
4
configure
vendored
4
configure
vendored
|
|
@ -2778,6 +2778,10 @@ case "$toolchain" in
|
|||
add_cflags -fprofile-arcs -ftest-coverage
|
||||
add_ldflags -fprofile-arcs -ftest-coverage
|
||||
;;
|
||||
llvm-cov)
|
||||
add_cflags -fprofile-arcs -ftest-coverage
|
||||
add_ldflags --coverage
|
||||
;;
|
||||
hardened)
|
||||
add_cppflags -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2
|
||||
add_cflags -fno-strict-overflow -fstack-protector-all
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue