shithub: dav1d

Download patch

ref: 5cbb7f95d634cb44aa14335e277ef7f4ada90090
parent: 7e8dee336468c8fe1358674f457cea017c0b940c
author: Hugo Beauzée-Luyssen <[email protected]>
date: Tue Mar 24 07:40:51 EDT 2020

crossfiles: android: Remove hardcoded c_args

--- a/package/crossfiles/aarch64-android.meson
+++ b/package/crossfiles/aarch64-android.meson
@@ -10,8 +10,6 @@
 
 [properties]
 needs_exe_wrapper = true
-c_args = ['-g', '-O2', '-fPIC', '-fdata-sections', '-ffunction-sections', '-funwind-tables', '-fstack-protector-strong', '-no-canonical-prefixes']
-cpp_args = ['-g', '-O2', '-fPIC', '-fdata-sections', '-ffunction-sections', '-funwind-tables', '-fstack-protector-strong', '-no-canonical-prefixes', '-fexceptions', '-frtti']
 
 [host_machine]
 system = 'android'
--- a/package/crossfiles/arm-android.meson
+++ b/package/crossfiles/arm-android.meson
@@ -10,8 +10,6 @@
 
 [properties]
 needs_exe_wrapper = true
-c_args = ['-g', '-O2', '-fPIC', '-fdata-sections', '-ffunction-sections', '-funwind-tables', '-fstack-protector-strong', '-no-canonical-prefixes']
-cpp_args = ['-g', '-O2', '-fPIC', '-fdata-sections', '-ffunction-sections', '-funwind-tables', '-fstack-protector-strong', '-no-canonical-prefixes', '-fexceptions', '-frtti']
 
 [host_machine]
 system = 'android'