diff options
-rw-r--r-- | sfx2/source/control/makefile.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sfx2/source/control/makefile.mk b/sfx2/source/control/makefile.mk index 481952409d6c..e93502fae28d 100644 --- a/sfx2/source/control/makefile.mk +++ b/sfx2/source/control/makefile.mk @@ -1,7 +1,7 @@ #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# +# # Copyright 2008 by Sun Microsystems, Inc. # # OpenOffice.org - a multi-platform office productivity suite @@ -47,6 +47,10 @@ CFLAGS+=-Od .ENDIF .ENDIF ++.IF "$(COM)"=="GCC" ++CFLAGS+=-O0 ++.ENDIF + # --- Files -------------------------------------------------------- SLOFILES = \ |