< prev index next >

make/linux/makefiles/fastdebug.make

Print this page


   1 #
   2 # Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.
   8 #
   9 # This code is distributed in the hope that it will be useful, but WITHOUT
  10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12 # version 2 for more details (a copy is included in the LICENSE file that
  13 # accompanied this code).
  14 #
  15 # You should have received a copy of the GNU General Public License version
  16 # 2 along with this work; if not, write to the Free Software Foundation,
  17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18 #
  19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20 # or visit www.oracle.com if you need additional information or have any
  21 # questions.
  22 #


  42   OPT_CFLAGS/compile.o += -O1
  43   OPT_CFLAGS/concurrentMarkSweepGeneration.o += -O1
  44   OPT_CFLAGS/doCall.o += -O1
  45   OPT_CFLAGS/generateOopMap.o += -O1
  46   OPT_CFLAGS/generateOptoStub.o += -O1
  47   OPT_CFLAGS/graphKit.o += -O1
  48   OPT_CFLAGS/instanceKlass.o += -O1
  49   OPT_CFLAGS/interpreterRT_ia64.o += -O1
  50   OPT_CFLAGS/output.o += -O1
  51   OPT_CFLAGS/parse1.o += -O1
  52   OPT_CFLAGS/runtime.o += -O1
  53   OPT_CFLAGS/synchronizer.o += -O1
  54 endif
  55 
  56 
  57 # If you set HOTSPARC_GENERIC=yes, you disable all OPT_CFLAGS settings
  58 CFLAGS$(HOTSPARC_GENERIC) += $(OPT_CFLAGS/BYFILE)
  59 
  60 # Set the environment variable HOTSPARC_GENERIC to "true"
  61 # to inhibit the effect of the previous line on CFLAGS.

  62 # The following lines are copied from debug.make, except that we
  63 # consult FASTDEBUG_CFLAGS instead of DEBUG_CFLAGS.
  64 # Compiler specific DEBUG_CFLAGS are passed in from gcc.make, sparcWorks.make
  65 DEBUG_CFLAGS/DEFAULT= $(FASTDEBUG_CFLAGS)
  66 DEBUG_CFLAGS/BYFILE = $(DEBUG_CFLAGS/$@)$(DEBUG_CFLAGS/DEFAULT$(DEBUG_CFLAGS/$@))
  67 CFLAGS += $(DEBUG_CFLAGS/BYFILE)
  68 
  69 # Linker mapfile
  70 MAPFILE = $(GAMMADIR)/make/linux/makefiles/mapfile-vers-debug
  71 
  72 VERSION = optimized
  73 SYSDEFS += -DASSERT -DCHECK_UNHANDLED_OOPS
  74 PICFLAGS = DEFAULT
   1 #
   2 # Copyright (c) 1999, 2016, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.
   8 #
   9 # This code is distributed in the hope that it will be useful, but WITHOUT
  10 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12 # version 2 for more details (a copy is included in the LICENSE file that
  13 # accompanied this code).
  14 #
  15 # You should have received a copy of the GNU General Public License version
  16 # 2 along with this work; if not, write to the Free Software Foundation,
  17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18 #
  19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20 # or visit www.oracle.com if you need additional information or have any
  21 # questions.
  22 #


  42   OPT_CFLAGS/compile.o += -O1
  43   OPT_CFLAGS/concurrentMarkSweepGeneration.o += -O1
  44   OPT_CFLAGS/doCall.o += -O1
  45   OPT_CFLAGS/generateOopMap.o += -O1
  46   OPT_CFLAGS/generateOptoStub.o += -O1
  47   OPT_CFLAGS/graphKit.o += -O1
  48   OPT_CFLAGS/instanceKlass.o += -O1
  49   OPT_CFLAGS/interpreterRT_ia64.o += -O1
  50   OPT_CFLAGS/output.o += -O1
  51   OPT_CFLAGS/parse1.o += -O1
  52   OPT_CFLAGS/runtime.o += -O1
  53   OPT_CFLAGS/synchronizer.o += -O1
  54 endif
  55 
  56 
  57 # If you set HOTSPARC_GENERIC=yes, you disable all OPT_CFLAGS settings
  58 CFLAGS$(HOTSPARC_GENERIC) += $(OPT_CFLAGS/BYFILE)
  59 
  60 # Set the environment variable HOTSPARC_GENERIC to "true"
  61 # to inhibit the effect of the previous line on CFLAGS.
  62 
  63 # The following lines are copied from debug.make, except that we
  64 # consult FASTDEBUG_CFLAGS instead of DEBUG_CFLAGS.
  65 # Compiler specific DEBUG_CFLAGS are passed in from gcc.make, sparcWorks.make
  66 DEBUG_CFLAGS/DEFAULT= $(FASTDEBUG_CFLAGS)
  67 DEBUG_CFLAGS/BYFILE = $(DEBUG_CFLAGS/$@)$(DEBUG_CFLAGS/DEFAULT$(DEBUG_CFLAGS/$@))
  68 CFLAGS += $(DEBUG_CFLAGS/BYFILE)
  69 
  70 # Linker mapfile
  71 MAPFILE = $(GAMMADIR)/make/linux/makefiles/mapfile-vers-debug
  72 
  73 VERSION = optimized
  74 SYSDEFS += -DASSERT -DCHECK_UNHANDLED_OOPS
  75 PICFLAGS = DEFAULT
< prev index next >