Hello Forum,
Could someone help me to find Mali online compiler default compilation options or flags for shader code on Mali G78 device?
Thanks!
See my previous answer. Graphics shader compilers don't have any equivalent of command line compile options/flags.
For online use there isn't even a command line application like a traditional CPU compiler. A GPU compiler is part of the graphics driver, and shaders are compiled using the appropriate OpenGL ES / Vulkan graphics API functions.