diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-08 17:57:04 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-08 17:57:04 +0900 |
| commit | 19b03cd019433591a6bfb375b5d68a4e9abd28e7 (patch) | |
| tree | df7eba1d02d14a3998637b53170dd1cfcce3e9aa /INSTALL | |
| parent | f175a58c4136914a53430c3184f38f2b564f48ab (diff) | |
| download | kvirc-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-- | INSTALL | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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 |
