tazwok rev 535
tazwok.conf: Fixed typo.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue May 24 21:08:47 2011 +0000 (2011-05-24) |
parents | 753ea2c0fe0f |
children | 89e392194b30 |
files | examples/tazwok.conf |
line diff
1.1 --- a/examples/tazwok.conf Mon May 23 20:47:03 2011 +0000 1.2 +++ b/examples/tazwok.conf Tue May 24 21:08:47 2011 +0000 1.3 @@ -46,7 +46,7 @@ 1.4 # with same hardware and newest of the same family : 1.5 #CFLAGS="-march=native -O2 -pipe -fomit-frame-pointer" 1.6 #CFLAGS="-mtune=$ARCH -O2 -pipe -fomit-frame-pointer" 1.7 -CFLAGS="-march=$ARCH -0s -pipe -fomit-frame-pointer" 1.8 +CFLAGS="-march=$ARCH -Os -pipe -fomit-frame-pointer" 1.9 CXXFLAGS="$CFLAGS" 1.10 1.11 # Default tool prefix.