Compiling Mono from Visual Studio with sgen support

假装没事ソ 提交于 2019-12-23 04:29:49

问题


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 ?


回答1:


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).



来源:https://stackoverflow.com/questions/8214594/compiling-mono-from-visual-studio-with-sgen-support

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!