From 57f5f419953179d02987bec02b4e650c123f28c9 Mon Sep 17 00:00:00 2001 From: javalsai Date: Tue, 6 Aug 2024 15:33:42 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20more=20compile=20speed=20flexing=20?= =?UTF-8?q?=F0=9F=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ca162da..e277b12 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,13 @@ LiDM is a really light display manager made in C, highly customizable and held t > *however, all colors and strings are fully customizable* ## Features -* Builds **FAST** (as of `a32e4a5`). - * `2.830s`: laptop, -O3, -j2, `AMD E-450 APU with Radeon(tm) HD Graphics` - * `0.172s`: desktop, -O3, -j12, `AMD Ryzen 5 5600G with Radeon Graphics` +* Builds **FAST**. + * `a32e4a5`: + * `2.830s`: laptop, -O3, -j2, `AMD E-450 APU with Radeon(tm) HD Graphics` + * `0.172s`: desktop, -O3, -j12, `AMD Ryzen 5 5600G with Radeon Graphics` + * `663427e`: + * `0.085s`: desktop, -O0, `AMD Ryzen 5 5600G with Radeon Graphics` + * `0.009s`: desktop, -O0, CC=tcc, `AMD Ryzen 5 5600G with Radeon Graphics` * Works everywhere you can get gcc to compile. * Fast and possibly efficient. * Fully customizable, from strings, including action keys, to colors (I hope you know ansi escape codes)