make/windows/makefiles/fastdebug.make

changeset 5784
190899198332
parent 5567
c062a6e1fa33
child 5828
931f105563c5
     1.1 --- a/make/windows/makefiles/fastdebug.make	Wed Sep 25 17:47:51 2013 +0200
     1.2 +++ b/make/windows/makefiles/fastdebug.make	Thu Sep 26 10:25:02 2013 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 2005, 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 @@ -38,7 +38,7 @@
    1.11  !include ../local.make
    1.12  !include compile.make
    1.13  
    1.14 -CXX_FLAGS=$(CXX_FLAGS) $(FASTDEBUG_OPT_OPTION)
    1.15 +CXX_FLAGS=$(CXX_FLAGS) $(FASTDEBUG_OPT_OPTION) /D "CHECK_UNHANDLED_OOPS"
    1.16  
    1.17  !include $(WorkSpace)/make/windows/makefiles/vm.make
    1.18  !include local.make

mercurial