From 57b5097640d328368f970aa72a6d887c8c633cb1 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 5 Oct 2005 10:35:42 +0000 Subject: INTEGRATION: CWS pj34 (1.14.24); FILE MERGED 2005/09/21 19:10:05 pjanik 1.14.24.1: #i54621#: fix common typo. --- solenv/inc/unxlngs.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'solenv/inc/unxlngs.mk') diff --git a/solenv/inc/unxlngs.mk b/solenv/inc/unxlngs.mk index b7b780d3fcf5..56bd12bd3427 100644 --- a/solenv/inc/unxlngs.mk +++ b/solenv/inc/unxlngs.mk @@ -4,9 +4,9 @@ # # $RCSfile: unxlngs.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: rt $ $Date: 2005-09-08 09:57:53 $ +# last change: $Author: kz $ $Date: 2005-10-05 11:35:42 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -112,15 +112,15 @@ CFLAGSPROF= # Compiler flags for debugging CFLAGSDEBUG=-g CFLAGSDBGUTIL= -# Compiler flags for enabling optimazations +# Compiler flags for enabling optimizations .IF "$(PRODUCT)"!="" CFLAGSOPT=-Os -fno-strict-aliasing # optimizing for products .ELSE # "$(PRODUCT)"!="" CFLAGSOPT= # no optimizing for non products .ENDIF # "$(PRODUCT)"!="" -# Compiler flags for disabling optimazations +# Compiler flags for disabling optimizations CFLAGSNOOPT=-O0 -# Compiler flags for discibing the output path +# Compiler flags for describing the output path CFLAGSOUTOBJ=-o # Enable all warnings CFLAGSWALL=-Wall -- cgit