VideoBackends:Metal: Explicitly disable arc
Makes it easier to enable arc elsewhere without breaking the Metal backend
This commit is contained in:
parent
c08de82e90
commit
5a1b90c7f3
|
@ -39,3 +39,5 @@ PRIVATE
|
||||||
${METAL_LIBRARY}
|
${METAL_LIBRARY}
|
||||||
${QUARTZCORE_LIBRARY}
|
${QUARTZCORE_LIBRARY}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
target_compile_options(videometal PRIVATE -fno-objc-arc)
|
||||||
|
|
Loading…
Reference in New Issue