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 New Issue
Block a user