From 7ae28656ab04b1167bbf3138d214818ef1881fba Mon Sep 17 00:00:00 2001 From: aroubies <86769588+aroubies@users.noreply.github.com> Date: Thu, 22 Aug 2024 10:52:51 +0300 Subject: [PATCH] Update README.md Removed OATPP_DISABLE_POOL_ALLOCATIONS because it's deprecated and has no effect. --- docs/docs/installation/windows/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs/installation/windows/README.md b/docs/docs/installation/windows/README.md index f575def5..e299358d 100644 --- a/docs/docs/installation/windows/README.md +++ b/docs/docs/installation/windows/README.md @@ -33,7 +33,6 @@ $ cmake --build . --target INSTALL |`BUILD_SHARED_LIBS`|`OFF`|Leave this option to `OFF`. Oat++ is meant to be used as a static library.| |`OATPP_BUILD_TESTS`|`ON`|Set it to `OFF` to disable tests build.| |`OATPP_DISABLE_ENV_OBJECT_COUNTERS`|`OFF`|If `ON`, do not count oatpp objects (do not detect memory-leaks). This will increase performance.
**Note:** DO NOT use this flags to build/run application tests, as tests won't detect memory-leaks.| -|`OATPP_DISABLE_POOL_ALLOCATIONS`|`OFF`|If `ON`, do not use oatpp memory-pools.| |`OATPP_COMPAT_BUILD_NO_THREAD_LOCAL`|`OFF`|Build without `thread_local` feature. See [#81](https://github.com/oatpp/oatpp/issues/81).| ## Application build notes