This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Fatal Error C1053
'<identifier>' : function too large
The function is too large to compile.
Possible solutions
- Try compiling without optimizations.
- Divide the function into smaller functions.
- Reduce calls to inline functions.