if test "$GCC" = yes ; then
  CFLAGS=-O2
else
  CC="$CC -Ae"
  CFLAGS=+O2
fi
