Changeset 137


Ignore:
Timestamp:
Sep 4, 2010, 12:59:07 AM (15 years ago)
Author:
dmik
Message:

hotspot: adlc: Always build in debug mode with asserts turned on.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/hotspot/make/os2/makefiles/adlc.make

    r45 r137  
    2424
    2525include $(WorkSpace)/make/os2/makefiles/compile.make
     26
     27# adlc is an internal tool, always generate the debug version with assert()
     28CXX_FLAGS += -DASSERT
     29CXX_FLAGS += $(DEBUG_OPT_OPTION)
     30LINK_FLAGS += $(DEBUG_LINK_FLAGS)
    2631
    2732# Rules for building adlc.exe
Note: See TracChangeset for help on using the changeset viewer.