Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4aa263f2 authored by Colin Cross's avatar Colin Cross
Browse files

x86: set -msse2 for all builds

All supported x86 processors have SSE2.

Change-Id: Ib4a0511c456fe3185b0b902390860ad557aeedcf
parent 872d3c2c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -125,6 +125,7 @@ TARGET_GLOBAL_CFLAGS += \
			-funwind-tables \
			-fstack-protector \
			-m32 \
			-msse2 \
			-include $(android_config_h) \
			-I $(dir $(android_config_h))