assimp: drop outdated "-Wno-error=free-nonheap-object" for riscv

This commit is contained in:
Nick Cao 2024-03-25 15:58:55 -04:00
parent 0bd5219253
commit 25f2b36312
No known key found for this signature in database
1 changed files with 0 additions and 2 deletions

View File

@ -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; {