Loading browser/moz.configure +2 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,8 @@ imply_option('MOZ_PLACES', True) imply_option('MOZ_SERVICES_HEALTHREPORT', True) imply_option('MOZ_SERVICES_SYNC', True) imply_option('MOZ_DEDICATED_PROFILES', True) imply_option('MOZ_BLOCK_PROFILE_DOWNGRADE', True) with only_when(target_is_linux & compile_environment): option(env='MOZ_NO_PIE_COMPAT', Loading toolkit/moz.configure +8 −0 Original line number Diff line number Diff line Loading @@ -554,6 +554,14 @@ project_flag('MOZ_ANDROID_HISTORY', help='Enable Android History instead of Places', set_as_define=True) project_flag('MOZ_DEDICATED_PROFILES', help='Enable dedicated profiles per install', set_as_define=True) project_flag('MOZ_BLOCK_PROFILE_DOWNGRADE', help='Block users from starting profiles last used by a newer build', set_as_define=True) option(env='MOZ_ALLOW_LEGACY_EXTENSIONS', default=milestone.is_nightly, help='Allow legacy browser extensions') Loading Loading
browser/moz.configure +2 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,8 @@ imply_option('MOZ_PLACES', True) imply_option('MOZ_SERVICES_HEALTHREPORT', True) imply_option('MOZ_SERVICES_SYNC', True) imply_option('MOZ_DEDICATED_PROFILES', True) imply_option('MOZ_BLOCK_PROFILE_DOWNGRADE', True) with only_when(target_is_linux & compile_environment): option(env='MOZ_NO_PIE_COMPAT', Loading
toolkit/moz.configure +8 −0 Original line number Diff line number Diff line Loading @@ -554,6 +554,14 @@ project_flag('MOZ_ANDROID_HISTORY', help='Enable Android History instead of Places', set_as_define=True) project_flag('MOZ_DEDICATED_PROFILES', help='Enable dedicated profiles per install', set_as_define=True) project_flag('MOZ_BLOCK_PROFILE_DOWNGRADE', help='Block users from starting profiles last used by a newer build', set_as_define=True) option(env='MOZ_ALLOW_LEGACY_EXTENSIONS', default=milestone.is_nightly, help='Allow legacy browser extensions') Loading