diff options
| author | J08nY | 2024-08-17 13:33:41 +0200 |
|---|---|---|
| committer | J08nY | 2024-08-17 13:33:41 +0200 |
| commit | a707a34044a1988d35c0610371534b3a688e3405 (patch) | |
| tree | be0d9e3dc3e9189878fd72c05415fd7c44358ab5 | |
| parent | 6e01272878080749c23a7644055456a44b0fd9e4 (diff) | |
| download | ECTester-a707a34044a1988d35c0610371534b3a688e3405.tar.gz ECTester-a707a34044a1988d35c0610371534b3a688e3405.tar.zst ECTester-a707a34044a1988d35c0610371534b3a688e3405.zip | |
| -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 ''; |
