I am trying to compile unsafe code blocs in MonoDevelop 2.4. Apparently (Google search result) there is supposed to be a a tickbox under Options->Build->General that allows the compiler to handle unsafe blocks but it is not there in 2.4. Does anybody know how to set MonoDevelop to compile unsafe code?
I am trying to compile unsafe code blocs in MonoDevelop 2.4. Apparently (Google search
Share
In Solution view, on the left by default, click on your project’s name. Then, in the menu bar, click on project, then click on ‘”thenameofyourproject” options’
Then under Compilation or Build (I have a french version) you have a line named build I guess. Then you will see on the right written “complmentary options” or something like that.
Type in /unsafe and there you go