Changeset 18863
- Timestamp:
- Aug 1, 2008, 2:42:24 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psconfig/psbuild (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig/psbuild
r18315 r18863 8 8 $rebuild = 0; 9 9 $optimize = 0; 10 $profile = 0; 10 11 $developer = 0; 11 12 $start = ""; … … 54 55 if ($ARGV[0] eq "-optimize") { 55 56 $optimize = 1; 57 shift; next; 58 } 59 if ($ARGV[0] eq "-profile") { 60 $profile = 1; 56 61 shift; next; 57 62 } … … 208 213 $psopts = ""; 209 214 if ($optimize) { $psopts = "$psopts --enable-optimize"; } 215 if ($profile) { $psopts = "$psopts --enable-profiler"; } 210 216 211 217 $homedir = `pwd`; chomp $homedir;
Note:
See TracChangeset
for help on using the changeset viewer.
