#65293#: add -fno-strict-aliasing and reenable O2 level optimizing
This commit is contained in:
parent
c3ac51a833
commit
82cfe1189f
1 changed files with 4 additions and 5 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: unxlngi4.mk,v $
|
||||
#
|
||||
# $Revision: 1.12 $
|
||||
# $Revision: 1.13 $
|
||||
#
|
||||
# last change: $Author: hjs $ $Date: 2002-01-11 17:50:45 $
|
||||
# last change: $Author: hr $ $Date: 2002-03-04 15:53:59 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -130,9 +130,8 @@ CFLAGSPROF=
|
|||
CFLAGSDEBUG=-g
|
||||
CFLAGSDBGUTIL=
|
||||
# Compiler flags for enabling optimazations
|
||||
# CFLAGSOPT=-O2
|
||||
# reduce to -O1 to avoid optimisation problems
|
||||
CFLAGSOPT=-O1
|
||||
# don't assume that strict aliasing rules apply
|
||||
CFLAGSOPT=-O2 -fno-strict-aliasing
|
||||
# Compiler flags for disabling optimazations
|
||||
CFLAGSNOOPT=-O
|
||||
# Compiler flags for discibing the output path
|
||||
|
|
Loading…
Reference in a new issue