Changeset 314
- Timestamp:
- Feb 15, 2012, 5:17:25 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/hotspot/make/os2/makefiles/compile.make
r313 r314 30 30 # We compile a lot of MSVC code which seems to silently tolerate these 31 31 CXX_FLAGS += -Wno-sign-compare -Wno-write-strings 32 33 CXX_FLAGS += -fno-rtti 34 CXX_FLAGS += -fno-exceptions 35 CXX_FLAGS += -fcheck-new 32 36 33 37 # Based on BUILDARCH we add some flags and select the default compiler name
Note:
See TracChangeset
for help on using the changeset viewer.