summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-08 17:57:04 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-08 17:57:04 +0900
commit19b03cd019433591a6bfb375b5d68a4e9abd28e7 (patch)
treedf7eba1d02d14a3998637b53170dd1cfcce3e9aa /INSTALL
parentf175a58c4136914a53430c3184f38f2b564f48ab (diff)
downloadkvirc-19b03cd019433591a6bfb375b5d68a4e9abd28e7.tar.gz
kvirc-19b03cd019433591a6bfb375b5d68a4e9abd28e7.zip
Remove object prelink logic
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL13
1 files changed, 0 insertions, 13 deletions
diff --git a/INSTALL b/INSTALL
index 92b8e71..ec45a81 100644
--- a/INSTALL
+++ b/INSTALL
@@ -373,19 +373,6 @@ General notes for the installation of the 3.4.0 release of KVIrc
Explicitly add the specified include search path
Example: --with-other-idirs="-I/home/pippo/include/ -I/tmp/inc/"
- --enable-objprelink
- This is an experimental support for object prelinking that improves
- significantly the executable startup time. In order to use it you
- need to have the "objprelink" program in the PATH. The objprelink
- program is included in the distribution in the admin directory.
- In order to use it, you will need to:
-
- # cd admin
- # make objprelink
- # cp objprelink /somewhere_on_your_path
-
- All this AFTER running ./configure and BEFORE running make.
-
--with-no-pthread-check
Do not check if the pthread stuff works.
If configure fails in the pthread library check , you might want to