riddlesio / issues

Bug reports and starter bot submissions for the Riddles.io platform
0 stars 0 forks source link

Update compiler flags for C# to allow unsafe code (aka pointers) #60

Closed timvdh1 closed 6 years ago

timvdh1 commented 6 years ago

please add the following two flags to the mcs compilation process

-unsafe -optimize

https://www.systutorials.com/docs/linux/man/1-mcs/

nikovanmeurs commented 6 years ago

Will do. This'll be released with the next version of the sandbox

timvdh1 commented 6 years ago

Is there any indication on when the next version of the sandbox will be released?

nikovanmeurs commented 6 years ago

I'll be releasing an intermediate version containing the C# flags today.

nikovanmeurs commented 6 years ago

The update has just been deployed