mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
openocd: enableParallelBuilding=true
This commit is contained in:
parent
c2f2239d92
commit
63d9771dc4
|
@ -37,6 +37,8 @@ stdenv.mkDerivation rec {
|
|||
map (hardware: "--enable-${hardware}") extraHardwareSupport
|
||||
;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = toString (lib.optionals stdenv.cc.isGNU [
|
||||
"-Wno-error=cpp"
|
||||
"-Wno-error=strict-prototypes" # fixes build failure with hidapi 0.10.0
|
||||
|
|
Loading…
Reference in a new issue