Is there any plan in adding a switch to let the developer decide to let IL2CPP rebuild all of the .NET framework libraries or skip that step?
I understand the implications of rebuilding them all to reduce the final code size, but it would be tremendously helpful to be able to disable that behavior while developing the game as it would make compiling for platforms like iOS definitely quicker.
We are still converting all of the assemblies from IL to C++ each time, but the generated C++ code is created so that Xcode should not have to rebuild the .NET framework class libraries for changes to use script code. The code generation is not quite as stable as we would like in this respect, but we will continue improving it in the coming weeks.