mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
documentation: -march option core2 is in gcc since 4.3
This commit is contained in:
parent
778c2377d9
commit
0035e1cd17
2
makefile
2
makefile
@ -161,7 +161,7 @@ endif
|
||||
# uncomment and specify architecture-specific optimizations here
|
||||
# some examples:
|
||||
# optimize for I686: ARCHOPTS = -march=pentiumpro
|
||||
# optimize for Core 2: ARCHOPTS = -march=pentium-m -msse3
|
||||
# optimize for Core 2: ARCHOPTS = -march=core2
|
||||
# optimize for G4: ARCHOPTS = -mcpu=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
|
||||
|
Loading…
Reference in New Issue
Block a user