From 4389d9ee302bf4f707cc272d3fd6c80605cad964 Mon Sep 17 00:00:00 2001 From: Thomas Groman Date: Sun, 17 May 2020 01:55:26 -0700 Subject: adjusted mozconfig example to help with people compiling on older systems --- doc/mozconfig.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/mozconfig.example b/doc/mozconfig.example index adf03a9..33293e7 100644 --- a/doc/mozconfig.example +++ b/doc/mozconfig.example @@ -16,6 +16,9 @@ ac_add_options --x-libraries=/usr/lib # Compiler Optimizations # Note: add -march= for a CPU optimized build. # see https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html +# +# Remove "-ftree-parallelize-loops=4 -lgomp -fopenmp" if you +# have trouble compiling with GCC 6 and older ac_add_options --enable-optimize="-O2 -pipe -ftree-parallelize-loops=4 -lgomp -fopenmp" ac_add_options --enable-ccache -- cgit v1.2.3