meson: remove sse_args from plain c build

This commit is contained in:
Wim Taymans 2022-07-18 13:00:12 +02:00
parent ada39f3048
commit 67754ad3bc

View file

@ -15,7 +15,7 @@ audioconvert_c = static_library('audioconvert_c',
'resample-native-c.c',
'resample-peaks-c.c',
'fmt-ops-c.c' ],
c_args : [sse_args, '-Ofast', '-ffast-math'],
c_args : ['-Ofast', '-ffast-math'],
dependencies : [ spa_dep ],
install : false
)