The Power Optimization library uses the clang toolchain and c++_static runtime. However, many other libraries we depend on (including the Qualcomm Neural Processing Engine) require the c++_shared runtime. Mixing these libraries is a recipe for random crashes due to the conflicting C++ runtimes.
Please make a variant of the Power Optimization library that uses the shared C++ runtime with clang.
Thanks.