From 19de7113160096eb5b27bb9b8a733dad2b9ba05a Mon Sep 17 00:00:00 2001 From: wuggy Date: Mon, 13 Jul 2026 17:49:36 +0100 Subject: [PATCH] fix typo --- mozconfigs/windows/uxp-win64-msvc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozconfigs/windows/uxp-win64-msvc b/mozconfigs/windows/uxp-win64-msvc index 5253203ea7..07b583d00b 100644 --- a/mozconfigs/windows/uxp-win64-msvc +++ b/mozconfigs/windows/uxp-win64-msvc @@ -62,7 +62,7 @@ ac_add_options OPT_LEVEL="3" export CFLAGS="-O2" export CPPFLAGS="-O2" export CXXFLAGS="-O2" -ac_add_options --enable-optimize="-O2 -Ob2ity -GS- -Qpar -Qfast_transcendentals -openmp -Oi -Gy -Gw -GF -GT -fp:precise -Zc:inline -Zc:throwingNew -Zc:__cplusplus -arch:SSE2 -std:c++17 -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS"" +ac_add_options --enable-optimize="-O2 -Ob2ity -GS- -Qpar -Qfast_transcendentals -openmp -Oi -Gy -Gw -GF -GT -fp:precise -Zc:inline -Zc:throwingNew -Zc:__cplusplus -arch:SSE2 -std:c++17 -D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS" mk_add_options "LDFLAGS=-OPT:REF,ICF,WIN64,LBR -OPT:ICF=3 -INCREMENTAL:NO -LTCG:NO -DYNAMICBASE -NXCOMPAT -MACHINE:X64 -SUBSYSTEM:WINDOWS,5.2 -Brepro -FUNCTIONPADMIN -ALIGN:4096 -RELEASE" export POLLY="-mllvm -polly -mllvm -polly-2nd-level-tiling -mllvm -polly-loopfusion-greedy -mllvm -polly-pattern-matching-based-opts -mllvm -polly-position=before-vectorizer -mllvm -polly-vectorizer=stripmine" export STRIP_FLAGS="--strip-all --remove-section=.comment --remove-section=.note --remove-section=.eh_frame"