Merge pull request #298999 from NickCao/assimp

assimp: drop outdated "-Wno-error=free-nonheap-object" for riscv
This commit is contained in:
Nick Cao
2024-03-28 15:21:28 -04:00
committed by GitHub
@@ -26,8 +26,6 @@ stdenv.mkDerivation rec {
env.NIX_CFLAGS_COMPILE = toString ([
# Needed with GCC 12
"-Wno-error=array-bounds"
] ++ lib.optionals stdenv.hostPlatform.isRiscV [
"-Wno-error=free-nonheap-object"
]);
meta = with lib; {