Changeset 1462
- Timestamp:
- 12/21/09 21:43:58 (3 months ago)
- Location:
- trunk/pdns/pdns
- Files:
-
- 2 modified
-
Makefile-recursor (modified) (1 diff)
-
README-recursor (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/Makefile-recursor
r1431 r1462 82 82 $(OS_SPECIFIC_INSTALL) 83 83 84 clean: 85 -rm -f dep *.o *~ pdns_recursor rec_control *.gcda *.gcno optional/*.gcda optional/*.gcno optional/*.o 84 clean: binclean 85 -rm -f dep *~ *.gcda *.gcno optional/*.gcda optional/*.gcno 86 87 binclean: 88 -rm -f *.o pdns_recursor rec_control optional/*.o 86 89 87 90 dep: -
trunk/pdns/pdns/README-recursor
r1396 r1462 63 63 PERFORMANCE 64 64 ----------- 65 When on Intel/AMD, by ALL means use a 64-bit binary (not just a 64-bit 66 kernel). This speeds up most things by at least a factor 2. 65 67 66 68 For the utmost in performance, compile like this: … … 76 78 Then do: 77 79 78 $ PROFILEFLAGS=-fprofile-use make clean all80 $ PROFILEFLAGS=-fprofile-use make binclean all 79 81 80 82 The resulting binary is up to 20% faster in our tests.