Remove LTO disabling for x86_64 in Linux release build and fix CXXFLAGS in mozconfig

This commit is contained in:
mr. m
2024-12-22 23:07:55 +00:00
parent a83bfa7a45
commit e4b7133ec2
3 changed files with 4 additions and 5 deletions

View File

@@ -26,6 +26,9 @@ ac_add_options --disable-maintenance-service
ac_add_options --disable-bits-download
if test "$SURFER_COMPAT" = "x86_64"; then
# FIXME: For some reason, the clang plugin is not working on generic x86_64 builds
ac_add_options --disable-clang-plugin
ac_add_options --target=x86_64-pc-windows-msvc
ac_add_options --enable-eme=widevine