diff options
author | Thomas Groman <tgroman@nuegia.net> | 2020-06-30 13:40:48 -0700 |
---|---|---|
committer | Thomas Groman <tgroman@nuegia.net> | 2020-06-30 13:40:48 -0700 |
commit | 0acfd657b818ae2fd229fdd2a8201239387e8c03 (patch) | |
tree | 1ba63c1ddf017301b4dd05a4a63c2adb3f604486 /doc | |
parent | 54f6b36396edca1555f0fba146c0e18cc4b6a141 (diff) | |
download | webbrowser-0acfd657b818ae2fd229fdd2a8201239387e8c03.tar webbrowser-0acfd657b818ae2fd229fdd2a8201239387e8c03.tar.gz webbrowser-0acfd657b818ae2fd229fdd2a8201239387e8c03.tar.lz webbrowser-0acfd657b818ae2fd229fdd2a8201239387e8c03.tar.xz webbrowser-0acfd657b818ae2fd229fdd2a8201239387e8c03.zip |
disable system sqlite by default until linker issues resolved
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mozconfig.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/mozconfig.example b/doc/mozconfig.example index 82893b0..3f22748 100644 --- a/doc/mozconfig.example +++ b/doc/mozconfig.example @@ -29,7 +29,8 @@ ac_add_options --enable-strip ac_add_options --enable-devtools ac_add_options --with-pthreads ac_add_options --with-system-libvpx -ac_add_options --enable-system-sqlite +# Don't enable system sqlite until linker issues are fixed +#ac_add_options --enable-system-sqlite ac_add_options --enable-hardware-aec-ns ac_add_options --enable-bundled-fonts |