mirror of
https://github.com/holub/mame
synced 2025-04-19 23:12:11 +03:00
optimized optimization options :p
This commit is contained in:
parent
9cc17ba1f6
commit
651da72fe8
7
makefile
7
makefile
@ -163,9 +163,10 @@ endif
|
||||
|
||||
# uncomment and specify architecture-specific optimizations here
|
||||
# some examples:
|
||||
# optimize for I686: ARCHOPTS = -march=pentiumpro
|
||||
# optimize for Core 2: ARCHOPTS = -march=core2
|
||||
# optimize for G4: ARCHOPTS = -mcpu=G4
|
||||
# ARCHOPTS = -march=pentiumpro # optimize for I686
|
||||
# ARCHOPTS = -march=core2 # optimize for Core 2
|
||||
# ARCHOPTS = -march=native # optimize for local machine (auto detect)
|
||||
# ARCHOPTS = -mcpu=G4 # optimize for G4
|
||||
# note that we leave this commented by default so that you can
|
||||
# configure this in your environment and never have to think about it
|
||||
# ARCHOPTS =
|
||||
|
Loading…
Reference in New Issue
Block a user