Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions configs/common/mozconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ export MOZ_INCLUDE_SOURCE_INFO=1
export MOZ_REQUIRE_SIGNING=
export MOZ_SOURCE_REPO=https://github.com/pulse-browser/browser
export MOZ_SOURCE_CHANGESET=${changeset}

# Enable these to enable mozilla telemetry and tracking. By default, mozilla will not build telemetry code.
# MOZ_TELEMETRY_REPORTING=1
# MOZ_DATA_REPORTING=1

3 changes: 0 additions & 3 deletions configs/linux/mozconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,3 @@
# ac_add_options --disable-debug
# ac_add_options --enable-updater

# Enable these to enable mozilla telemetry and tracking
# mk_add_options MOZ_TELEMETRY_REPORTING=
# mk_add_options MOZ_DATA_REPORTING=
4 changes: 0 additions & 4 deletions configs/macos/mozconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,5 @@
# ac_add_options --enable-updater
# mk_add_options MOZ_MAKE_FLAGS="-j4"

# Enable these to enable mozilla telemetry and tracking
# mk_add_options MOZ_TELEMETRY_REPORTING=
# mk_add_options MOZ_DATA_REPORTING=

# ac_add_options --with-wasi-sysroot=/Users/school/Downloads/wasi-sdk-14.0/share/wasi-sysroot
ac_add_options --without-wasm-sandboxed-libraries
5 changes: 0 additions & 5 deletions configs/windows/mozconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
# ac_add_options --enable-rust-simd
# ac_add_options --enable-crashreporter

# Enable these to enable mozilla telemetry and tracking
# mk_add_options MOZ_TELEMETRY_REPORTING=
# mk_add_options MOZ_DATA_REPORTING=

# Provide the mozilla stub installer. This is basicly an IE8 window that
# installs pulse in the background
# TODO: rebrand this to look more like pulse
export MOZ_STUB_INSTALLER=1
Expand Down