From: Adamansky Anton Date: Sat, 27 Apr 2013 18:19:26 +0000 (+0700) Subject: Update WIN32.md X-Git-Tag: v1.2.12~327 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1d11e570b4e0303546c7eb1fc8e098f109fd3490;p=platform%2Fupstream%2Fejdb.git Update WIN32.md --- diff --git a/tcejdb/WIN32.md b/tcejdb/WIN32.md index 368fd94..eae0c54 100644 --- a/tcejdb/WIN32.md +++ b/tcejdb/WIN32.md @@ -97,9 +97,6 @@ it automatically downloaded by `mxe-build.sh` from my dropbox account. So do not * 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). - * HDB `tchdbsetxmsiz()` takes no effect because all file data is memory mapped on windows platform.