Show
Ignore:
Timestamp:
12/21/09 21:43:58 (7 months ago)
Author:
ahu
Message:

close ticket 239, 'make clean in recursor deletes optimization files', plus update documentation about make binclean & 64-bit performance.
Thanks to Stefan Schmidt for noticing.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/README-recursor

    r1396 r1462  
    6363PERFORMANCE 
    6464----------- 
     65When on Intel/AMD, by ALL means use a 64-bit binary (not just a 64-bit 
     66kernel). This speeds up most things by at least a factor 2. 
    6567 
    6668For the utmost in performance, compile like this: 
     
    7678Then do: 
    7779 
    78    $ PROFILEFLAGS=-fprofile-use make clean all 
     80   $ PROFILEFLAGS=-fprofile-use make binclean all 
    7981 
    8082The resulting binary is up to 20% faster in our tests.