# HG changeset patch # User Christopher Rogers # Date 1306271327 0 # Node ID b1584d8f70a7edbce63abb35fdf8c3122998992b # Parent 753ea2c0fe0fc67a6e8b2f844693ee7a78a23c70 tazwok.conf: Fixed typo. diff -r 753ea2c0fe0f -r b1584d8f70a7 examples/tazwok.conf --- a/examples/tazwok.conf Mon May 23 20:47:03 2011 +0000 +++ b/examples/tazwok.conf Tue May 24 21:08:47 2011 +0000 @@ -46,7 +46,7 @@ # with same hardware and newest of the same family : #CFLAGS="-march=native -O2 -pipe -fomit-frame-pointer" #CFLAGS="-mtune=$ARCH -O2 -pipe -fomit-frame-pointer" -CFLAGS="-march=$ARCH -0s -pipe -fomit-frame-pointer" +CFLAGS="-march=$ARCH -Os -pipe -fomit-frame-pointer" CXXFLAGS="$CFLAGS" # Default tool prefix.