Updated MinGW vs MSVC (markdown)

Jonas Kvinge 2022-06-11 00:37:45 +02:00
parent ae6a0aa9b0
commit 501a05000f
1 changed files with 0 additions and 3 deletions

@ -13,9 +13,7 @@ It always uses the latest versions of Qt 6, OpenSSL 3, Glib 2 and GStreamer.
MSVC is Microsoft Visual C++, a proprietary compiler by Microsoft.
- Slightly better performance.
- Only 64 bit release available.
- More unlikely to be picked up by anti-virus software as false-positive.
- No libav (ffmpeg) for additional formats.
- A debug setup is available with console.
@ -26,7 +24,6 @@ MinGW is a port of GCC to Windows. GCC is a free compiler by the GNU Project, us
Currently this is the most stable choice. It's what all previous releases of Strawberry have used.
- Known to be stable.
- Both 64 and 32 bit releases are available.
- Debug versions of the setups are available and includes the GDB debugger.
- More likely to be picked up by anti-virus software as false-positive.