From e511b23a8342cd2c74ca6bbff6a75f4f8583f88a Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 31 Mar 2019 20:10:32 +0300 Subject: [PATCH] Document new flag --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index efbd5f10c..4fdf33d9d 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ This is the complete source code and the build instructions for the Kepka's alph - remove some Qt and custom types in favor of using C++ Standard Library types and classes; - clang-format; - fix almost all warnings; + - optional inter-procedural optimizations on \*nix (enabled using CMake's `-DENABLE_IPO:BOOL=ON` flag; improves performance but could degrade compile times); * Ability to toggle "typographical" replaces (like replace << to « and another); * Packages for Fedora and Arch Linux (packages for Debian and Ubuntu will be done soon); * UI based on 1.1.21 before UI "mobilization" which degrades UX (e.g. group settings will be accessible from 5 clicks);