Minor dotnet tweaks

This commit is contained in:
Wojtek Figat
2023-04-03 14:12:27 +02:00
parent d28be9cf44
commit 84bb56d68b
4 changed files with 37 additions and 2 deletions

View File

@@ -11,6 +11,6 @@
// Use AOT for Mono
#define USE_MONO_AOT 1
#define USE_MONO_AOT_MODE MONO_AOT_MODE_INTERP // TODO: support Full AOT mode instead of interpreter
#define USE_MONO_AOT_MODE MONO_AOT_MODE_FULL
#endif