mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
[ffvpx] Compile ffvpx lib with -ffreestanding to avoid triggering a clang bug
This commit is contained in:
parent
0aa6191fb7
commit
990d844c2c
1 changed files with 2 additions and 0 deletions
|
|
@ -53,6 +53,8 @@ if CONFIG['GNU_CC']:
|
|||
'-Wno-incompatible-pointer-types-discards-qualifiers',
|
||||
'-Wno-string-conversion',
|
||||
'-Wno-visibility',
|
||||
# Workaround for https://bugs.llvm.org/show_bug.cgi?id=26828#c4 :
|
||||
'-ffreestanding',
|
||||
]
|
||||
else:
|
||||
CFLAGS += [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue