lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

gdb: disable werror

-Werror should not be used when packaging.

Fixes build for some cross-compilation scenarios,
such as darwin -> i686-linux

+1
+1
pkgs/development/tools/misc/gdb/default.nix
··· 90 90 # subset of the platform description. 91 91 "--program-prefix=${targetPrefix}" 92 92 93 + "--disable-werror" 93 94 "--enable-targets=all" "--enable-64-bit-bfd" 94 95 "--disable-install-libbfd" 95 96 "--disable-shared" "--enable-static"