Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bug 1660734 - Fix typo in coreconf/config.mk. r=kjacobs
Differential Revision: https://phabricator.services.mozilla.com/D90081

--HG--
extra : moz-landing-system : lando
  • Loading branch information
beurdouche committed Sep 14, 2020
1 parent efdf1e2 commit 67b0d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coreconf/config.mk
Expand Up @@ -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
Expand Down

0 comments on commit 67b0d84

Please sign in to comment.