e2 studio version: 2024-10
GCC: 8.30
In progect properties C/C++ Build-> Settings ->Tool Settings ->Warninings if compiler warnings -Wall and -Wextra are enabled it works as expected on builds. If after enabling the warnings Project->Clean is run with start a build immediately. It disables the compiler warnings(-Wall and -Wextra) in the project settings before building.
Is there a way to prevent the compiler warnings from being disabled after a clean and build?
Note: I belive the compiler warnings in project settings are reset to default by the "SC code Generation Builder" as disabling the builder stops this from happening