File sysconfig.prelink of Package prelink
## Path: System/Environment/Execution ## Description: prelink executables and libraries ## Type: integer ## Default: 1 # # Enable binary execution optimisation # ## Type: yesno ## Default: no # # Run prelink during SuSEconfig # USE_PRELINK="no" # Options to pass to prelink # -m Try to conserve virtual memory by allowing overlapping # assigned virtual memory slots for libraries which # never appear together in one binary # -R Randomize virtual memory slot assignments for libraries. # This makes it slightly harder for various buffer overflow # attacks, since library addresses will be different on each # host using -R. PRELINK_OPTS="-mR"