I also tried commenting out s...@host_optimize_flags@%-O3%g from config.status. I assumed this would go away by running configure with --disable-optimize and/or --disable-profile-guided-optimization but neither changed that particular line but may have changed others. The .mozconfig has the line commented out as you suggested but I still get the same build error...
Here are all the optimize flags I could find in my current config.status after running configure with both --disable-optimize and --disable-profile-guided-optimization. s...@moz_gfx_optimize_mobile@%%g s...@moz_optimize@%%g s...@moz_optimize_flags@%-Os -freorder-blocks -fno-reorder-functions %g s...@moz_optimize_ldflags@%%g s...@moz_optimize_size_tweak@%%g s...@moz_profile_guided_optimize_disable@%1%g s...@host_optimize_flags@%-O3%g I tried substituting the following to no avail: s...@moz_optimize_flags@%%g s...@host_optimize_flags@%%g kind regards, Gary -- http://gnuzilla.gnu.org
