I have a Mono binary obtained from a build with Visual Studio. The option --gc=sgen used to enable sgen garbage collector is not available:
Error: --gc=<NAME> option not supported on this platform.
How to enable this option ? Is there any define ?