quickjs-ng: remove unneeded flag (#464658)
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user