summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2013-11-30 04:08:01 +0100
committerJay Berkenbilt <ejb@ql.org>2013-11-30 21:58:32 +0100
commit88c29873e56e69c83aa0d0798188cd792368059b (patch)
treeea8b1dfccea05098cd2eadd96d111e3a112b343a /ChangeLog
parentb75b19589db35cbeeb43c147a24bfcda91fe008f (diff)
downloadqpdf-88c29873e56e69c83aa0d0798188cd792368059b.tar.zst
Add /FS flag (msvc) for parallel builds
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a6788b35..888f359f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2013-11-29 Jay Berkenbilt <ejb@ql.org>
+ * Add /FS to msvc builds to allow parallel builds to work with
+ Visual C++ 2013.
+
* Add missing #include <algorithm> in some files that use std::min
and std::max.