Changeset 131
- Timestamp:
- Sep 1, 2010, 10:04:00 PM (15 years ago)
- Location:
- trunk/openjdk/hotspot/make/os2/makefiles
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/hotspot/make/os2/makefiles/product.make
r120 r131 36 36 LINK_FLAGS += $(PRODUCT_LINK_FLAGS) 37 37 38 RELEASE = 38 RELEASE = true 39 39 40 40 include $(WorkSpace)/make/os2/makefiles/vm.make -
trunk/openjdk/hotspot/make/os2/makefiles/vm.make
r110 r131 25 25 ifdef RELEASE 26 26 ifdef DEVELOP 27 CPP_FLAGS += -D DEBUG27 CPP_FLAGS += -DASSERT 28 28 else 29 29 CPP_FLAGS += -DPRODUCT 30 30 endif 31 31 else 32 CPP_FLAGS += -DASSERT 32 CPP_FLAGS += -DASSERT -DDEBUG -D_DEBUG 33 33 endif 34 34
Note:
See TracChangeset
for help on using the changeset viewer.