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
commit c6f7498158
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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; {