Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add -Wno-deprecated-declarations for compatiblity
Newer compilers warn about deprecated declarations, breaking the build since all warnings are treated as errors. Disable warnings about deprecated declarations, add -O2 (at least) since it seems there's no way to append CXXFLAGS.
- Loading branch information