stop O2 override

Now we are building with -O0 -g and debug enabled by default.
--disable-debug in configure will get you a -04 without -g

Signed-off-by: Andy Green <andy.green@linaro.org>
diff --git a/changelog b/changelog
index 77d7f8b..820310b 100644
--- a/changelog
+++ b/changelog
@@ -74,7 +74,10 @@
 
  - cutomizable frame rx buffer size by protocol
 
-
+ - By default debug is enabled and the library is built for -O0 -g to faclitate
+	that.  Use --disable-debug configure option to build instead with -O4
+	and no -g (debug info), obviously providing best performance and
+	reduced binary size.
 
 v1.1-chrome26-firefox18
 =======================