Kaydet (Commit) b853eb38 authored tarafından Patrick Luby's avatar Patrick Luby

Added -DNO_OPTIMIZE

üst c7c95b7a
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: unxmacxp.mk,v $ # $RCSfile: unxmacxp.mk,v $
# #
# $Revision: 1.28 $ # $Revision: 1.29 $
# #
# last change: $Author: pluby $ $Date: 2001-03-06 19:20:33 $ # last change: $Author: pluby $ $Date: 2001-03-08 18:49:34 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
...@@ -120,6 +120,11 @@ CFLAGSSLOCUIMT=-fPIC ...@@ -120,6 +120,11 @@ CFLAGSSLOCUIMT=-fPIC
CFLAGSPROF= CFLAGSPROF=
CFLAGSDEBUG=-g CFLAGSDEBUG=-g
CFLAGSDBGUTIL= CFLAGSDBGUTIL=
# Workaround for the compiler's buggy opitmizer when exceptions are turned on.
# Note that we have to define NO_OPTIMIZE for all files as once you turn off
# optimizing for one file, we need to adjust our compiling of the remaining
# optimized files.
CDEFS+=-DNO_OPTIMIZE
.IF "$(ENABLE_EXCEPTIONS)"=="" .IF "$(ENABLE_EXCEPTIONS)"==""
CFLAGSOPT=-O2 CFLAGSOPT=-O2
CFLAGSNOOPT=-O CFLAGSNOOPT=-O
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment