Revert "Always build with SSE2 support & display an error if not available"

This commit is contained in:
Moonchild 2018-05-28 05:42:07 +00:00 • committed by Roy Tam
commit 170f2ade41
10 changed files with 2 additions and 131 deletions

View file

@ -68,6 +68,3 @@ if CONFIG['MOZ_LINKER']:
if CONFIG['HAVE_CLOCK_MONOTONIC']:
OS_LIBS += CONFIG['REALTIME_LIBS']
if CONFIG['MOZ_LINUX_SSE2_STARTUP_ERROR']:
DEFINES['MOZ_LINUX_SSE2_STARTUP_ERROR'] = True