[libc-commits] [libc] [libc] build with -Werror (PR #73966)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Thu Nov 30 14:39:22 PST 2023


jhuber6 wrote:

If you don't want to turn it on globally, but have some specific ones in mind, you can probably use `-Werror=`. For example, I'd like `-Werror=global-constructors` because they really shouldn't appear by accident.

https://github.com/llvm/llvm-project/pull/73966


More information about the libc-commits mailing list