quickjs-ng: remove unneeded flag (#464658)

This commit is contained in:
Aleksana
2025-11-25 02:32:48 +00:00
committed by GitHub
-6
View File
@@ -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 = ''