[switch to -O3 by default, it appears to be a big win in many cases
John Meacham <john@repetae.net>**20070228060809] hunk ./Main.hs 806
-        debug = if fopts FO.Debug then ["-g"] else ["-DNDEBUG", "-O2", "-fomit-frame-pointer"]
+        debug = if fopts FO.Debug then ["-g"] else ["-DNDEBUG", "-O3", "-fomit-frame-pointer"]
hunk ./data/jhc_rts2.c 103
-static wptr_t A_STD A_UNUSED
+static inline wptr_t A_STD A_UNUSED
hunk ./data/jhc_rts2.c 110
-static wptr_t A_STD A_UNUSED
+static inline wptr_t A_STD A_UNUSED
hunk ./data/jhc_rts2.c 134
-static void A_STD A_UNUSED
+static inline void A_STD A_UNUSED