Skip to content

Commit

Permalink
cabal: remove -Werror for cxx sources (#12)
Browse files Browse the repository at this point in the history
We can't control what C compiler the user has available, and `-Werror` effectively makes forward compatibility impossible. This is probably fixed in a newer RocksDB, but we haven't updated, so for now just live with what we have.
  • Loading branch information
thoughtpolice authored May 8, 2024
1 parent 4d47a00 commit e9b3631
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ library
-Wsign-compare
-Wshadow
-Wunused-parameter
-Werror
-std=c++2a
-faligned-new
-DNO_THREEWAY_CRC32C
Expand Down

0 comments on commit e9b3631

Please sign in to comment.