Bug 1839316: part 5) Guard the "fetchpriority" attribute behind a pref. r=kershaw...
[gecko.git] / build / mozconfig.artifact
blobb2b12d0faf50eb413859bb7cc6f8cb8b2918c812
1 # Common options for testing artifact builds in automation.
3 # Enable the artifact build.
4 ac_add_options --enable-artifact-builds
5 if test -n "$MOZ_ARTIFACT_TASK_WIN32_OPT" -a -n "$MOZ_ENABLE_FULL_SYMBOLS"; then
6   ac_add_options --enable-artifact-build-symbols=full
7 else
8   ac_add_options --enable-artifact-build-symbols
9 fi
11 . "$topsrcdir/build/mozconfig.no-compile"