- Timestamp:
- Sep 1, 2010, 10:09:04 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/env.cmd
r130 r132 144 144 */ 145 145 call EnvSetIfEmpty 'INCREMENTAL_BUILD', 'true' 146 147 if (\fRelease) then do 148 /* disable generation of installation bundles and similar stuff */ 149 call EnvSet 'DEV_ONLY', 'true' 150 /* cause the optimized build of hotspot JVM to contain assert() calls */ 151 call EnvSet 'DEVELOP', '1' 152 end 153 else do 154 call EnvSet 'DEV_ONLY' 155 call EnvSet 'DEVELOP' 156 end 146 157 147 158 if (fJavaDebug & \fMake) then call EnvSet '_JAVA_LAUNCHER_DEBUG', '1'
Note:
See TracChangeset
for help on using the changeset viewer.