Hi, there has been a slight change regarding the “profilerext” library.
If you remove the profiling (profilerext library) in your appmanifest by adding it to the excludeLibs list you now need to add a corresponding “profilerext_null” to the libs section.
This is a change in the latest release, previously you did not need to add a null-version but it now works much like “sound_null”, “hid_null” and “record_null”.
@britzl has updated the manifestation tool just a minute ago https://britzl.github.io/manifestation/ so it does this properly.
Sorry for missing to point this out properly with the release.