From 4b3477432dae14158037f546109e2bd74598eda4 Mon Sep 17 00:00:00 2001 From: Adamansky Anton Date: Thu, 25 Apr 2013 11:43:09 +0700 Subject: [PATCH] Update WIN32.md --- tcejdb/WIN32.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcejdb/WIN32.md b/tcejdb/WIN32.md index 8b809a2..cef444f 100644 --- a/tcejdb/WIN32.md +++ b/tcejdb/WIN32.md @@ -88,7 +88,7 @@ Notes * In order to build MSVC import library we need Microsoft's `lib.exe` tool, it automatically downloaded by `mxe-build.sh` from my dropbox account. So do not be surprised =) -* Database files size on windows 32-bit are limited to 2GB, because on win32 all data is memmory mapped. +* Database files size on windows 32-bit are limited to 2GB, because on win32 all data is memory mapped. * Due to strange reasons any generic gcc optimizations `-O1` `-O2` `-O3` generate bad EJDB testing code on win32, as workaround for this: all gcc optimization flags related to `O2` level are explicitly specified for gcc command (but without `-O2` arg). -- 2.7.4