diff options
author | Thomas Groman <tgroman@nuegia.net> | 2020-05-17 01:55:26 -0700 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2020-05-17 01:55:26 -0700 |
commit | 4389d9ee302bf4f707cc272d3fd6c80605cad964 (patch) | |
tree | 37364dbf6310d691f3569ea6af740fe554fdfddb /doc | |
parent | fe8c1f5bb36bb5012bc72e6ee0b0b4d24c82619d (diff) | |
download | webbrowser-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.example | 3 |
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 |