diff options
| -rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ url = "https://boringssl.googlesource.com/boringssl"; inherit rev hash; }; + env.NIX_CFLAGS_COMPILE = "-Wno-error=stringop-overflow -Wno-error=array-parameter=2 -Wno-error=maybe-uninitialized"; postFixup = '' cp $out/lib/libcrypto.a $out/lib/lib_boringssl.a ''; |
