We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b1cbd commit 3bb8686Copy full SHA for 3bb8686
configs/macos/mozconfig
@@ -12,11 +12,13 @@ ac_add_options --enable-eme=widevine
12
export MOZ_LTO=cross,thin
13
ac_add_options --enable-lto=cross,thin
14
15
-if test "$ZEN_GA_DISABLE_PGO"; then
16
- export ZEN_DUMMY=1
17
-else
18
- export MOZ_PGO=1
19
- ac_add_options MOZ_PGO=1
+if test "$ZEN_RELEASE"; then
+ if test "$ZEN_GA_DISABLE_PGO"; then
+ export ZEN_DUMMY=1
+ else
+ export MOZ_PGO=1
20
+ ac_add_options MOZ_PGO=1
21
+ fi
22
fi
23
24
if test "$SURFER_COMPAT" = "x86_64"; then
0 commit comments