From 651da72fe8631da13703cb48ccb1bcdfa6af65d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Banaan=20Ananas?= Date: Sun, 29 Apr 2012 21:47:31 +0000 Subject: optimized optimization options :p --- makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index eb6e573258b..573ec648cac 100644 --- a/makefile +++ b/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 = -- cgit v1.2.3