Changeset 31615 for branches/eam_branches/ipp-20110505/Ohana/configure.tcsh
- Timestamp:
- Jun 8, 2011, 11:47:27 AM (15 years ago)
- Location:
- branches/eam_branches/ipp-20110505/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
configure.tcsh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110505/Ohana
- Property svn:mergeinfo set to
-
branches/eam_branches/ipp-20110505/Ohana/configure.tcsh
r31160 r31615 203 203 set CPPFLAGS = "" 204 204 endif 205 if ($pedantic) set CPPFLAGS = "$CPPFLAGS -Wall -Werror"206 if ($memcheck) set CPPFLAGS = "$CPPFLAGS -DOHANA_MEMORY"205 if ($pedantic) set CPPFLAGS = "$CPPFLAGS -Wall -Werror" 206 if ($memcheck) set CPPFLAGS = "$CPPFLAGS -DOHANA_MEMORY" 207 207 208 208 if (! $?LDFLAGS) then … … 540 540 endif 541 541 set haveflag = `echo $f | tr '[:lower:]' '[:upper:]' | tr '.' '_'` 542 set CPPFLAGS = "$CPPFLAGS -DHAVE_$haveflag"542 set CPPFLAGS = "$CPPFLAGS -DHAVE_$haveflag" 543 543 end 544 544
Note:
See TracChangeset
for help on using the changeset viewer.
