Skip to content

Commit

Permalink
alive2: disable deprecated error
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi authored Dec 18, 2024
1 parent e337691 commit 0e814bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm-translator/alive2.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ buildStdenv.mkDerivation {
buildInputs = [ z3 zlib ncurses llvmPackages.libllvm ];

cmakeFlags = [ "-DBUILD_TV=1" "-DGIT_EXECUTABLE=${git-am-shim}" ];
CXXFLAGS = "-Wno-error=cpp";
CXXFLAGS = "-Wno-error=cpp -Wno-error=deprecated";

postPatch = ''
substituteInPlace scripts/alivecc.in \
Expand Down

0 comments on commit 0e814bf

Please sign in to comment.