Changeset 137
- Timestamp:
- Sep 4, 2010, 12:59:07 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/hotspot/make/os2/makefiles/adlc.make
r45 r137 24 24 25 25 include $(WorkSpace)/make/os2/makefiles/compile.make 26 27 # adlc is an internal tool, always generate the debug version with assert() 28 CXX_FLAGS += -DASSERT 29 CXX_FLAGS += $(DEBUG_OPT_OPTION) 30 LINK_FLAGS += $(DEBUG_LINK_FLAGS) 26 31 27 32 # Rules for building adlc.exe
Note:
See TracChangeset
for help on using the changeset viewer.