This repository was archived by the owner on Sep 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +5
-12
lines changed Expand file tree Collapse file tree 4 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,8 @@ export MOZ_INCLUDE_SOURCE_INFO=1
1818export MOZ_REQUIRE_SIGNING=
1919export MOZ_SOURCE_REPO=https://github.com/pulse-browser/browser
2020export MOZ_SOURCE_CHANGESET=${changeset}
21+
22+ # Enable these to enable mozilla telemetry and tracking. By default, mozilla will not build telemetry code.
23+ # MOZ_TELEMETRY_REPORTING=1
24+ # MOZ_DATA_REPORTING=1
25+
Original file line number Diff line number Diff line change 88# ac_add_options --disable-debug
99# ac_add_options --enable-updater
1010
11- # Enable these to enable mozilla telemetry and tracking
12- # mk_add_options MOZ_TELEMETRY_REPORTING=
13- # mk_add_options MOZ_DATA_REPORTING=
Original file line number Diff line number Diff line change 99# ac_add_options --enable-updater
1010# mk_add_options MOZ_MAKE_FLAGS="-j4"
1111
12- # Enable these to enable mozilla telemetry and tracking
13- # mk_add_options MOZ_TELEMETRY_REPORTING=
14- # mk_add_options MOZ_DATA_REPORTING=
15-
1612# ac_add_options --with-wasi-sysroot=/Users/school/Downloads/wasi-sdk-14.0/share/wasi-sysroot
1713ac_add_options --without-wasm-sandboxed-libraries
Original file line number Diff line number Diff line change 33# ac_add_options --enable-rust-simd
44# ac_add_options --enable-crashreporter
55
6- # Enable these to enable mozilla telemetry and tracking
7- # mk_add_options MOZ_TELEMETRY_REPORTING=
8- # mk_add_options MOZ_DATA_REPORTING=
9-
10- # Provide the mozilla stub installer. This is basicly an IE8 window that
116# installs pulse in the background
127# TODO: rebrand this to look more like pulse
138export MOZ_STUB_INSTALLER=1
You canβt perform that action at this time.
0 commit comments