From 0c36add694a0529642ae1c7912c0e028ba636c2f Mon Sep 17 00:00:00 2001 From: aroubies <86769588+aroubies@users.noreply.github.com> Date: Thu, 22 Aug 2024 10:55:38 +0300 Subject: [PATCH] Update README.md Removed OATPP_DISABLE_POOL_ALLOCATIONS because it's deprecated and has no effect. --- docs/docs/installation/unix-linux/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs/installation/unix-linux/README.md b/docs/docs/installation/unix-linux/README.md index 3a0a0954c..20ce70f0c 100644 --- a/docs/docs/installation/unix-linux/README.md +++ b/docs/docs/installation/unix-linux/README.md @@ -43,7 +43,6 @@ $ make install |`OATPP_BUILD_TESTS`|`ON`|Set it to `OFF` to disable tests build.| |`OATPP_LINK_ATOMIC`|`OFF`|Explicitly link `libatomic`. This flag is ignored for: MSVC, MINGW, APPLE, FreeBSD.| |`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).| ## Installing Prerequisites