From 01064e427c66509e44ab73a08fb7d5f6ac44ff71 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Wed, 18 Apr 2012 22:01:16 +0000 Subject: [PATCH] Note that there are actual performance gains to be had from using this. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 90169f6..64893a1 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,10 @@ are: Other than that, it is mostly compatible with official buildsys at an "API level." +In terms of performance increase, on stock buildsys, make -j4 takes around 50 seconds +to build audacious-plugins. On this fork, the build time is cut down to around 20 +seconds. That's a pretty big increase. + ### Possible problems / FAQ #### I am getting notices about missing libraries that should be built already!