1
0
mirror of https://github.com/danog/libtgvoip.git synced 2024-11-30 04:39:03 +01:00

Compile with SSE2 instead of SSE4.1 on Linux.

This commit is contained in:
John Preston 2017-05-10 11:59:00 +03:00
parent ccdb6af389
commit 61eeaba937

View File

@ -368,7 +368,7 @@
'WEBRTC_POSIX',
],
'cflags_cc': [
'-msse4.1',
'-msse2',
],
'direct_dependent_settings': {
'libraries': [