make/linux/makefiles/fastdebug.make

changeset 4942
f36e073d56a4
parent 4344
892acf0431ef
child 5784
190899198332
     1.1 --- a/make/linux/makefiles/fastdebug.make	Fri Apr 12 12:22:59 2013 -0700
     1.2 +++ b/make/linux/makefiles/fastdebug.make	Fri Apr 12 15:53:30 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
    1.10 @@ -19,7 +19,7 @@
    1.11  # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    1.12  # or visit www.oracle.com if you need additional information or have any
    1.13  # questions.
    1.14 -#  
    1.15 +#
    1.16  #
    1.17  
    1.18  # Sets make macros for making debug version of VM
    1.19 @@ -59,5 +59,5 @@
    1.20  MAPFILE = $(GAMMADIR)/make/linux/makefiles/mapfile-vers-debug
    1.21  
    1.22  VERSION = optimized
    1.23 -SYSDEFS += -DASSERT -DFASTDEBUG
    1.24 +SYSDEFS += -DASSERT
    1.25  PICFLAGS = DEFAULT

mercurial