fomit-frame-pointer 338 B

123456
  1. o Minor features (performance):
  2. - If we're using the pure-C 32-bit curve25519_donna implementation
  3. of curve25519, build it with the -fomit-frame-pointer option to
  4. make it go faster on register-starved hosts. This improves our
  5. handshake performance by about 6% on i386 hosts without nacl.
  6. Closes ticket 8109.