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 ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The sgen GC will be available on windows starting from the next mono releases, 2.11/2.12 (though not necessarily in the VS build).