What are the recomended safe optimizations for Lunar Linux?
• C • -pipe • C++ • -pipe • CPU Architecture • You should pick the correct architecture for your own system (defaults to x86 for most people). • Basic Optimzations • Faster (-O2, the default) or Fastest (Note that fastest doesn’t work on all systems, i.e. k6). • CPU • This, of course, should be set to your own cpu, or the cpu of the machine you plan to run this install on. If you want to be able to run this install on many machines, you should be safe with I686. • Speed Optimizations • If you want to be 100% sure that there won’t be optimization problems you shouldn’t select any of these. • Extra features • It is not recommended to use any of these optimizations, even for modules known to be able to handle them, since they cause many apps to break. • Floating Point Math • None. If your architecture is x86 and you don’t own a 386SX and 486SX, it’s safe to select x387. • Linker Options • Strip. • Addon Program Support • CCache. Make sure to install it first. These settings should work fo