hotspot/make/linux/makefiles/fastdebug.make
changeset 17006 b9bfa72b7dda
parent 14815 41114a74463a
child 20282 7f9cbdf89af2
equal deleted inserted replaced
17004:4d2371d76a19 17006:b9bfa72b7dda
     1 #
     1 #
     2 # Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
     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.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     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
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.
     7 # published by the Free Software Foundation.
    17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    17 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    18 #
    18 #
    19 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    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
    20 # or visit www.oracle.com if you need additional information or have any
    21 # questions.
    21 # questions.
    22 #  
    22 #
    23 #
    23 #
    24 
    24 
    25 # Sets make macros for making debug version of VM
    25 # Sets make macros for making debug version of VM
    26 
    26 
    27 # Compiler specific OPT_CFLAGS are passed in from gcc.make, sparcWorks.make
    27 # Compiler specific OPT_CFLAGS are passed in from gcc.make, sparcWorks.make
    57 
    57 
    58 # Linker mapfile
    58 # Linker mapfile
    59 MAPFILE = $(GAMMADIR)/make/linux/makefiles/mapfile-vers-debug
    59 MAPFILE = $(GAMMADIR)/make/linux/makefiles/mapfile-vers-debug
    60 
    60 
    61 VERSION = optimized
    61 VERSION = optimized
    62 SYSDEFS += -DASSERT -DFASTDEBUG
    62 SYSDEFS += -DASSERT
    63 PICFLAGS = DEFAULT
    63 PICFLAGS = DEFAULT