MSYS2: Removed parameter "clang" from build. Use "clang32" or "clang64" instead.

This commit is contained in:
thunder2 2025-07-14 14:42:34 +02:00 committed by Thunder
parent ddb4300a60
commit 1aec263bb9
4 changed files with 7 additions and 18 deletions

View file

@ -55,7 +55,6 @@ Run the scripts in this order:
* "CONFIG+=..." enable other extra compile time features, you can find the almost complete list in file *<sourcefolder>\retroshare.pri*
* For fixing compile problems (optional)
* singlethread: use only 1 thread for building, slow but useful if you don't find the error message in the console
* clang: use clang compiler instead of GCC
* noupdate: skip the msys2 update step, sometimes some msys2 packages are broken, you can manually switch back to the older package, and this option will prevent updating to the broken version again
Example: