When compiling from source, I never know which configure flags to use to optimize the compilation for my environment. Assume the following hardware/OS:
- Single Core, 2 GHz Intel
- 512MB Ram
- Debian 4
I usually just go with
./configure --prefix=/usr/local
Should I be doing anything else?