IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 15, 2004, 3:41:51 PM (22 years ago)
Author:
evanalst
Message:

Add variable to hold gcov flags.

File:
1 edited

Legend:

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

    r1533 r1817  
    55##  Assumptions:    Variable "prefix" already defined
    66##
    7 ##  $Revision: 1.18 $  $Name: not supported by cvs2svn $
    8 ##  $Date: 2004-08-13 23:47:10 $
     7##  $Revision: 1.19 $  $Name: not supported by cvs2svn $
     8##  $Date: 2004-09-16 01:41:51 $
    99##
    1010##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4545
    4646# Set initial value for CFLAGS which will include all OS common flags for GCC
    47 
    48 CFLAGS := -O0 -g2 -Wall -Werror -std=c99 -D_GNU_SOURCE -pipe
     47GCOVFLAGS :=
     48CFLAGS := -O0 -g2 -Wall -Werror -std=c99 -D_GNU_SOURCE -pipe $(GCOVFLAGS)
    4949
    5050ifdef NO_TRACE
Note: See TracChangeset for help on using the changeset viewer.