The flag -mguard=none seems to be ignored or only works partially

I recently started using Clang with MinGW and would like to disable the Control Flow Guard; according to this article here this is possible with -mguard=none

Is it typical for the resulting binary to still have a.00cfg section? I’m assuming it would be just a placeholder in that instance, if so, is it possible to tell Clang not to generate it?

Kind regards.