Changeset 304
- Timestamp:
- Jun 27, 2011, 5:56:01 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LocalEnv.tpl.cmd
r281 r304 58 58 */ 59 59 G.LOG_FILE = 'se.log' /* ScriptDir'se.log' */ 60 61 /** 62 * The number of make jobs to run in parallel. A value of N+1 (where N is 63 * the number of CPUs on the build machine) will greatly improve the build 64 * speed. 65 */ 66 G.MAKE_JOBS = '2' 60 67 61 68 /* -
trunk/env.cmd
r287 r304 183 183 call EnvSet 'SKIP_BUILD_'translate(word(fTargets, i)) 184 184 end 185 end 186 187 if (G.MAKE_JOBS \= '' && G.MAKE_JOBS \= '1') then do 188 call EnvSet 'COMPILE_APPROACH', 'parallel' 189 call EnvSet 'ALT_PARALLEL_COMPILE_JOBS', G.MAKE_JOBS 190 call EnvSet 'HOTSPOT_BUILD_JOBS', G.MAKE_JOBS 185 191 end 186 192
Note:
See TracChangeset
for help on using the changeset viewer.