We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7980b1e + 41c67ab commit 32199a2Copy full SHA for 32199a2
build/mozconfig.common.enterprise
@@ -1,6 +1,10 @@
1
ac_add_options --enable-application=browser
2
ac_add_options --enable-enterprise
3
4
+# Enterprise builds use Telemetry for security logging,
5
+# and it goes to the console, so enable it by default.
6
+ac_add_options MOZ_TELEMETRY_REPORTING=1
7
+
8
ac_add_options --enable-strip
9
10
### For a debug build uncomment below and comment --enable-strip
0 commit comments