50349dc685
- Detect linker type (lld-link vs ld) and use the appropriate stack flag: /STACK:16777216 for lld-link, --stack,16777216 for MinGW ld - Filter out stack-related flags from Python binding modules to prevent crashes when loading MuJoCo as a DLL in Python Fixes #3011