IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 6, 2012, 6:32:19 PM (14 years ago)
Author:
watersc1
Message:

merge from trunk. Preliminary versions of stacktool/warptool updates and regenerate_background.pl script. The warp code is finished and tested, and I still need to get the stack version resolved.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20120906/extsrc/gpcsw/gpcsrc/Make.Common

    r31150 r34772  
    156156# compilation and -shared applies to the link stage.
    157157#
    158 FCDEBUG  = -g -O -fno-automatic
     158FCDEBUG  = -g -O0 -fno-automatic
    159159FFWARN   = -Wall
    160160FFLAGS   = $(FCDEBUG) $(EXTRA_FFLAGS) $(FFWARN) $(CCDEFS) $(CCINCS)
    161 CCDEBUG  = -g -O
     161CCDEBUG  = -g -O0
    162162CCSHARE  = -fPIC -shared
    163163CCWARN   = -Wall -Wstrict-prototypes # -Wshadow
Note: See TracChangeset for help on using the changeset viewer.