IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 29, 2004, 3:09:12 PM (22 years ago)
Author:
desonia
Message:

expanded the scope of PS_NO_TRACE to no-op all psTrace functions.

File:
1 edited

Legend:

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

    r1041 r1137  
    55##  Assumptions:    Variable "prefix" already defined
    66##
    7 ##  $Revision: 1.11 $  $Name: not supported by cvs2svn $
    8 ##  $Date: 2004-06-15 02:45:42 $
     7##  $Revision: 1.12 $  $Name: not supported by cvs2svn $
     8##  $Date: 2004-06-30 01:09:12 $
    99##
    1010##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4444CFLAGS := -O0 -g2 -Wall -Werror -std=c99 -D_GNU_SOURCE -pipe
    4545
     46ifdef NO_TRACE
     47CFLAGS := $(CFLAGS) -DPS_NO_TRACE=1
     48endif
     49 
    4650# Set initial value for LDFLAGS which will include all OS common flags for GCC and required libraries.
    4751
Note: See TracChangeset for help on using the changeset viewer.