diff -ur ooo_cws_src680_ooo64bit02_src.orig/solenv/inc/unxlngx4.mk ooo_cws_src680_ooo64bit02_src/solenv/inc/unxlngx4.mk --- ooo_cws_src680_ooo64bit02_src.orig/solenv/inc/unxlngx4.mk 2004-09-10 09:06:08.057066072 +0200 +++ ooo_cws_src680_ooo64bit02_src/solenv/inc/unxlngx4.mk 2004-09-10 12:51:20.540856296 +0200 @@ -132,9 +132,9 @@ CFLAGSDBGUTIL= # Compiler flags for enabling optimazations # don't assume that strict aliasing rules apply -CFLAGSOPT=-O -fno-strict-aliasing +CFLAGSOPT=-O0 -fno-strict-aliasing # Compiler flags for disabling optimazations -CFLAGSNOOPT=-O +CFLAGSNOOPT=-O0 # Compiler flags for discibing the output path CFLAGSOUTOBJ=-o # Enable all warnings @@ -169,7 +169,7 @@ # linker flags for optimization (symbol hashtable) # for now, applied to symbol scoped libraries, only -LINKFLAGSOPTIMIZE*=-Wl,-O1 +LINKFLAGSOPTIMIZE*=-Wl,-O0 LINKVERSIONMAPFLAG=$(LINKFLAGSOPTIMIZE) -Wl,--version-script SONAME_SWITCH=-Wl,-h