summaryrefslogtreecommitdiff
path: root/PATCHES
diff options
context:
space:
mode:
Diffstat (limited to 'PATCHES')
-rw-r--r--PATCHES2
1 files changed, 1 insertions, 1 deletions
diff --git a/PATCHES b/PATCHES
index 009bd01..91ab611 100644
--- a/PATCHES
+++ b/PATCHES
@@ -18,7 +18,7 @@
** Parallel running change
- [src/net/sf/antcontrib/cpptasks/CCTask.java] fork of a process per core/cpu available.
-- [src/net/sf/antcontrib/cpptasks/TargetHistoryTable.java] protect againts multi-threaded updates.
+- [src/net/sf/antcontrib/cpptasks/TargetHistoryTable.java] protect against multi-threaded updates.
- [src/net/sf/antcontrib/cpptasks/devstudio/DevStudioCompatibleCCompiler.java] replaced /Zi flag with /Z7 to disable writing debug database file (.pdb).
** -fno-rtti changes