From b16c17c7284fbcb7ac41b8d7a7c1dbbb2ffe825a Mon Sep 17 00:00:00 2001 From: Benjamin Beurdouche Date: Mon, 14 Sep 2020 14:54:04 +0000 Subject: Bug 1660734 - Fix typo in coreconf/config.mk. r=kjacobs Differential Revision: https://phabricator.services.mozilla.com/D90081 --- coreconf/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coreconf') diff --git a/coreconf/config.mk b/coreconf/config.mk index 6823099e7..e0556af14 100644 --- a/coreconf/config.mk +++ b/coreconf/config.mk @@ -149,7 +149,7 @@ ifndef NSS_DISABLE_AVX2 endif endif ifeq (1,$(NSS_DISABLE_AVX2)) - $(warning Unable to find gcc 4.8 or greater, disabling avx2) + $(warning Unable to find gcc 4.8 or greater, disabling -mavx2) export NSS_DISABLE_AVX2 endif endif -- cgit v1.2.1