INTEGRATION: CWS pj34 (1.12.24); FILE MERGED
2005/09/21 19:04:58 pjanik 1.12.24.1: #i54621#: fix common typo.
This commit is contained in:
parent
0e94d17bae
commit
b7200293bd
1 changed files with 5 additions and 5 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: unxbsds.mk,v $
|
||||
#
|
||||
# $Revision: 1.12 $
|
||||
# $Revision: 1.13 $
|
||||
#
|
||||
# last change: $Author: rt $ $Date: 2005-09-08 09:52:31 $
|
||||
# last change: $Author: kz $ $Date: 2005-10-05 11:32:40 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -96,11 +96,11 @@ CFLAGSPROF=
|
|||
# Compiler flags for debugging
|
||||
CFLAGSDEBUG=-g
|
||||
CFLAGSDBGUTIL=
|
||||
# Compiler flags for enabling optimazations
|
||||
# Compiler flags for enabling optimizations
|
||||
CFLAGSOPT=-O2
|
||||
# Compiler flags for disabling optimazations
|
||||
# Compiler flags for disabling optimizations
|
||||
CFLAGSNOOPT=-O
|
||||
# Compiler flags for discibing the output path
|
||||
# Compiler flags for describing the output path
|
||||
CFLAGSOUTOBJ=-o
|
||||
|
||||
# switches for dynamic and static linking
|
||||
|
|
Loading…
Reference in a new issue