PennMUSH Community

Ticket #7484 (new suggested feature)

Opened 8 months ago

Processor-specific compilation options

Reported by: raevnos Assigned to: raevnos
Priority: minor Milestone:
Keywords: Cc:
Visibility: Public

Description

I've been thinking of making configure try to figure out gcc options to generate code for the specific processor being used. -march=athlon-xp, -march=pentium4, etc.

Also a couple of more generic gcc options: -momit-leaf-frame-pointer on x86 (And maybe an option to turn off debug flags and add -fomit-frame-pointer instead), -mdynamic-no-pic on OS X/ppc.