File regina-3.3-configure.diff of Package regina
--- Regina-3.2/configure 2003-04-26 08:36:11.000000000 +0200 +++ Regina-3.2/configure 2003-06-18 02:09:10.000000000 +0200 @@ -2366,7 +2366,14 @@ if test "$with_debug" = yes; then CFLAGS="${CFLAGS} -Wall" else + case $target in + ia64*) + CFLAGS="-O -Wall" + ;; + *) CFLAGS="-O3 -Wall -fomit-frame-pointer -fno-strict-aliasing -Wno-char-subscripts" + ;; + esac fi fi if test "$on_qnx4" = yes; then