Merge m-c to autoland. a=merge

This commit is contained in:
Ryan VanderMeulen 2017-11-10 12:33:07 -05:00
commit c1d73ef4b3

View File

@ -6,7 +6,7 @@
# PGO
# ==============================================================
option(env='MOZ_PGO', help='Build with profile guided optimizations')
js_option(env='MOZ_PGO', help='Build with profile guided optimizations')
set_config('MOZ_PGO', depends('MOZ_PGO')(lambda x: bool(x)))
add_old_configure_assignment('MOZ_PGO', depends('MOZ_PGO')(lambda x: bool(x)))