Unverified Commit ea0b4314 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

quickjs-ng: remove unneeded flag (#464658)

parents cdfa81dc 8b3f52a9
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -36,12 +36,6 @@ stdenv.mkDerivation (finalAttrs: {
    (lib.cmakeBool "BUILD_STATIC_QJS_EXE" stdenv.hostPlatform.isStatic)
  ];

  env.NIX_CFLAGS_COMPILE = toString (
    lib.optionals (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64) [
      "-Wno-error=stringop-overflow"
    ]
  );

  strictDeps = true;

  postBuild = ''