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