diff options
author | B Stack <bgstack15@gmail.com> | 2019-01-17 12:54:29 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-01-17 12:54:29 +0000 |
commit | 27dbc36cc82b176404462d78ebf5dbee9883269f (patch) | |
tree | 4d41dc6b1e68b8189170712bc3152ec39dea198d /waterfox/waterfox-mozconfig | |
parent | Merge branch 'palemoon-bump' into 'master' (diff) | |
parent | waterfox ingest PGO fixes from chinfo (diff) | |
download | stackrpms-27dbc36cc82b176404462d78ebf5dbee9883269f.tar.gz stackrpms-27dbc36cc82b176404462d78ebf5dbee9883269f.tar.bz2 stackrpms-27dbc36cc82b176404462d78ebf5dbee9883269f.zip |
Merge branch 'waterfox-bump' into 'master'
waterfox ingest PGO fixes from chinfo
See merge request bgstack15/stackrpms!28
Diffstat (limited to 'waterfox/waterfox-mozconfig')
-rw-r--r-- | waterfox/waterfox-mozconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/waterfox/waterfox-mozconfig b/waterfox/waterfox-mozconfig index 57b40bb..8b58d95 100644 --- a/waterfox/waterfox-mozconfig +++ b/waterfox/waterfox-mozconfig @@ -7,7 +7,6 @@ ac_add_options --libdir="$LIBDIR" ac_add_options --with-system-zlib ac_add_options --with-system-bz2 ac_add_options --disable-strip -ac_add_options --disable-tests #ac_add_options --enable-libnotify ac_add_options --enable-necko-wifi ac_add_options --enable-startup-notification @@ -23,6 +22,7 @@ ac_add_options --disable-gconf ac_add_options BINDGEN_CFLAGS="$(pkg-config nspr pixman-1 --cflags)" mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/objdir +mk_add_options XARGS=/usr/bin/xargs export MOZ_GECKO_PROFILER= export MOZ_ENABLE_PROFILER_SPS= @@ -35,6 +35,7 @@ ac_add_options --disable-profiling ac_add_options --disable-signmar ac_add_options --disable-verify-mar +ac_add_options --enable-rust-simd ac_add_options --enable-stylo=build ac_add_options --with-app-name=waterfox |