-
Hi I'm wondering if it is possible to build each class within my project as its own .bin file on the iso? So instead of the output being for example "myprojectkernel.bin" it would be "Kernel.bin, App1.bin, CommandLine.bin" The reason behind this is because I test on real hardware and it can be time consuming to rebuild and then burn the iso to my usb. Any help would be great Thanks :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
this cant be done with cosmos it would need a large rework of il2cpu but method level or library level caching is something that could/should be done |
Beta Was this translation helpful? Give feedback.
this cant be done with cosmos it would need a large rework of il2cpu
but method level or library level caching is something that could/should be done