Changeset 12223
- Timestamp:
- 05/07/12 14:14:46 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/cccl/issm/cccl
r11537 r12223 74 74 esac 75 75 ;; 76 -fPIC) 77 #do nothing 78 ;; 79 -g) 80 #do nothing 81 ;; 82 -pthread) 83 #do nothing 84 ;; 85 -fno-omit-frame-pointer) 86 #do nothing 87 ;; 88 76 89 *) 77 90 #do nothing … … 83 96 shift 84 97 done 98 99 #Some default options: 100 opts="$opts /nologo" 85 101 86 102 #echo "$prog $opts"
Note:
See TracChangeset
for help on using the changeset viewer.