quickjs-ng: remove unneeded flag

This commit is contained in:
Aliaksandr
2025-11-24 21:13:46 +02:00
parent 0ad1f433c1
commit 8b3f52a91f
-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 = ''