From 1d11e570b4e0303546c7eb1fc8e098f109fd3490 Mon Sep 17 00:00:00 2001 From: Adamansky Anton Date: Sun, 28 Apr 2013 01:19:26 +0700 Subject: [PATCH] Update WIN32.md --- tcejdb/WIN32.md | 3 --- 1 file changed, 3 deletions(-) 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. -- 2.7.4