summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorThomas Groman <tgroman@nuegia.net>2020-05-17 01:55:26 -0700
committerThomas Groman <tgroman@nuegia.net>2020-05-17 01:55:26 -0700
commit4389d9ee302bf4f707cc272d3fd6c80605cad964 (patch)
tree37364dbf6310d691f3569ea6af740fe554fdfddb /doc
parentfe8c1f5bb36bb5012bc72e6ee0b0b4d24c82619d (diff)
downloadwebbrowser-4389d9ee302bf4f707cc272d3fd6c80605cad964.tar
webbrowser-4389d9ee302bf4f707cc272d3fd6c80605cad964.tar.gz
webbrowser-4389d9ee302bf4f707cc272d3fd6c80605cad964.tar.lz
webbrowser-4389d9ee302bf4f707cc272d3fd6c80605cad964.tar.xz
webbrowser-4389d9ee302bf4f707cc272d3fd6c80605cad964.zip
adjusted mozconfig example to help with people compiling on older systems
Diffstat (limited to 'doc')
-rw-r--r--doc/mozconfig.example3
1 files changed, 3 insertions, 0 deletions
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=<yourcpufamily> 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