Changeset 34077 for branches/eam_branches/ipp-20120601/Ohana/configure.tcsh
- Timestamp:
- Jun 26, 2012, 10:23:40 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/Ohana/configure.tcsh
r34036 r34077 62 62 case --enable-debug-build 63 63 set debug_build = 1 64 set pedantic = 0 65 echo "disabling pedantic build" 66 endif 64 67 breaksw; 65 68 # options used by Ohana, but not gpcsw … … 87 90 case --pedantic 88 91 set pedantic = 1 92 if ($debug_build) then 93 echo "--pedantic and --enable-debug-build are mutually exclusive" 94 exit 2; 95 endif 89 96 breaksw; 90 97 case --no-pedantic
Note:
See TracChangeset
for help on using the changeset viewer.
