Changeset 18878
- Timestamp:
- Aug 3, 2008, 5:26:21 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
Ohana/configure.tcsh (modified) (3 diffs)
-
psconfig/psbuild (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/configure.tcsh
r18685 r18878 52 52 set optimize = 1 53 53 breaksw; 54 case --enable-profile 55 set profile = 1 56 breaksw; 54 57 case --enable-memcheck 55 58 set memcheck = 1 … … 158 161 if ($optimize) set CFLAGS = "-O2" 159 162 163 # profiler code 164 if ($profile) set CFLAGS = "$CFLAGS -pg" 165 160 166 if (! $?CPPFLAGS) then 161 167 set CPPFLAGS = "" … … 167 173 set LDFLAGS = 168 174 endif 175 if ($profile) set LDFLAGS = "$LDFLAGS -Wl,--start-group -Wl,-Bstatic -Wl,-Bdynamic" 169 176 170 177 set syslibpath = "/lib /usr/lib /usr/X11R6/lib /usr/local/lib" -
trunk/psconfig/psbuild
r18863 r18878 213 213 $psopts = ""; 214 214 if ($optimize) { $psopts = "$psopts --enable-optimize"; } 215 if ($profile) { $psopts = "$psopts --enable-profile r"; }215 if ($profile) { $psopts = "$psopts --enable-profile"; } 216 216 217 217 $homedir = `pwd`; chomp $homedir;
Note:
See TracChangeset
for help on using the changeset viewer.
