Thank you for your continued support.
In order to reduce the iteration time when developing a shader, an online document recommends that CFLAG_StandardOptimization be used. When modifying a shader such as BasePassPixelShader.usf, where should I set the flag in order to increase the compilation speed only in my workspace before I finish developing the shader. (It’s not in Console or ini?)