summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coreconf/config.mk2
1 files changed, 1 insertions, 1 deletions
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