ectool: remove redundant EXTRA_CFLAGS

master
Adam Joseph 2 years ago
parent 9e592c9751
commit 9ff6fba57c

@ -42,7 +42,7 @@ in stdenv.mkDerivation {
"CROSS_COMPILE=${stdenv.cc.targetPrefix}"
# crusty old codebase, new compiler
"EXTRA_CFLAGS=-w -Wno-error -Wno-address-of-packed-member"
"EXTRA_CFLAGS=-w"
#"V=1"

Loading…
Cancel
Save