Changeset 12223


Ignore:
Timestamp:
05/07/12 14:14:46 (13 years ago)
Author:
Eric.Larour
Message:

Take out a lot of miscellaneous verbose

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/cccl/issm/cccl

    r11537 r12223  
    7474    esac
    7575        ;;
     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
    7689        *)
    7790                #do nothing
     
    8396    shift
    8497done
     98                       
     99#Some default options:
     100opts="$opts /nologo"
    85101
    86102#echo "$prog $opts"
Note: See TracChangeset for help on using the changeset viewer.