From 9ff6fba57cac003b51374f2fcd9636d13363fbfd Mon Sep 17 00:00:00 2001 From: Adam Joseph Date: Thu, 30 Mar 2023 01:01:44 -0700 Subject: [PATCH] ectool: remove redundant EXTRA_CFLAGS --- src/util/ectool/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/ectool/default.nix b/src/util/ectool/default.nix index 7caa5bd..6e9da7e 100644 --- a/src/util/ectool/default.nix +++ b/src/util/ectool/default.nix @@ -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"