Add ENABLE_CCACHE build option to allow users opt in to use ccache.

This commit is contained in:
Tsuda Kageyu
2015-11-27 12:15:03 +09:00
parent f5a3f2b6c1
commit 6b836c6ba7
2 changed files with 10 additions and 6 deletions

1
NEWS
View File

@ -11,6 +11,7 @@
* Fixed possible file corruptions when saving ASF files.
* Fixed updating the comment field of Vorbis comments.
* Added BUILD_BINDINGS build option.
* Added ENABLE_CCACHE build option.
* Marked ByteVector::null and ByteVector::isNull() deprecated.
* Marked String::null and ByteVector::isNull() deprecated.
* Marked XiphComment::removeField() deprecated.