Platform Development • Re: I created a Python 3 port of UXP out of boredom...
Pale Moon forum - Forum index [Unofficial]
April 7, 2026
This is what warning about powershell looks like. It appears almost immediately and in the future, it does not seem to affect the project build process in any way.
And another question, I don’t know how much it relates inconsequentially to the topic. I'm building a project with the arch:AVX option. When compiling some files, there are many override warnings, for example cl: command line warning D9025: override "/arch:AVX" to "/arch:SSE2". Where a file is compiled whose name mentions optimization for SSE2, this is understandable (for example, sse_optimized.cpp, nsTextFragmentSSE2.cpp). But there are also overrides “in the other direction” (cl: command line warning D9025: override "/arch:SSE2" to "/arch:AVX""). How normal is this situation?
Discussion in the ATmosphere