Hi,
I’m building a hello world app on Windows with the stable-x86_64-pc-windows-msvc toolchain and I cannot find a way not to generate debugging symbols in release mode.
I tried to set the debuginfo codegen option to 0 but it does not seem to work.
Do you know which option I should use?
Thanks!