When using --config=dbg, a warning name produces an error at the beginning of the compilation : `cc1plus: error: '-Werror=return-stack-address': no option '-Wreturn-stack-address'; did you mean '-Wreturn-local-addr'?` Fixed the error following the compiler advice (tested on Debian 11 using default gcc/g++ versions 10.2.1) PLEASE NOTE : I guess `return-stack-address` might be related to CLANG and `return-local-addr` is the GCC equivalent. I do not know CLANG, nor am i good enough with bazel to know how to make this option flexible.pull/36040/head
parent
4ac804bec9
commit
b127359342
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue