IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 3, 2004, 3:05:00 PM (22 years ago)
Author:
desonia
Message:

changed the psError signature to match SDRS. Also made misc. cleanups as
I was combing the files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/Makefile.Globals

    r2246 r2273  
    55##  Assumptions:    Variable "prefix" already defined
    66##
    7 ##  $Revision: 1.21 $  $Name: not supported by cvs2svn $
    8 ##  $Date: 2004-11-01 18:55:38 $
     7##  $Revision: 1.22 $  $Name: not supported by cvs2svn $
     8##  $Date: 2004-11-04 01:04:57 $
    99##
    1010##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5454# Set initial value for CFLAGS which will include all OS common flags for GCC
    5555GCOVFLAGS :=
    56 CFLAGS := -O0 -g2 -std=c99 -D_GNU_SOURCE -pipe $(GCOVFLAGS)
     56CFLAGS := -Werror -O0 -g2 -std=c99 -D_GNU_SOURCE -pipe $(GCOVFLAGS)
    5757
    5858ifdef NO_TRACE
Note: See TracChangeset for help on using the changeset viewer.