hotspot/make/windows/makefiles/fastdebug.make
changeset 20282 7f9cbdf89af2
parent 19535 7b3e169c564a
child 20371 b962c8b68475
equal deleted inserted replaced
20281:e4d33bd980c4 20282:7f9cbdf89af2
     1 #
     1 #
     2 # Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2005, 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.
    36 default:: $(BUILD_PCH_FILE) $(AOUT) checkAndBuildSA
    36 default:: $(BUILD_PCH_FILE) $(AOUT) checkAndBuildSA
    37 
    37 
    38 !include ../local.make
    38 !include ../local.make
    39 !include compile.make
    39 !include compile.make
    40 
    40 
    41 CXX_FLAGS=$(CXX_FLAGS) $(FASTDEBUG_OPT_OPTION)
    41 CXX_FLAGS=$(CXX_FLAGS) $(FASTDEBUG_OPT_OPTION) /D "CHECK_UNHANDLED_OOPS"
    42 
    42 
    43 !include $(WorkSpace)/make/windows/makefiles/vm.make
    43 !include $(WorkSpace)/make/windows/makefiles/vm.make
    44 !include local.make
    44 !include local.make
    45 
    45 
    46 HS_BUILD_ID=$(HS_BUILD_VER)-fastdebug
    46 HS_BUILD_ID=$(HS_BUILD_VER)-fastdebug