Changeset 18878 for trunk/Ohana
- Timestamp:
- Aug 3, 2008, 5:26:21 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/configure.tcsh (modified) (3 diffs)
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"
Note:
See TracChangeset
for help on using the changeset viewer.
