Index: trunk/psLib/src/Makefile.Globals
===================================================================
--- trunk/psLib/src/Makefile.Globals	(revision 1041)
+++ trunk/psLib/src/Makefile.Globals	(revision 1137)
@@ -5,6 +5,6 @@
 ##  Assumptions:    Variable "prefix" already defined
 ##
-##  $Revision: 1.11 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-06-15 02:45:42 $
+##  $Revision: 1.12 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-06-30 01:09:12 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -44,4 +44,8 @@
 CFLAGS := -O0 -g2 -Wall -Werror -std=c99 -D_GNU_SOURCE -pipe
 
+ifdef NO_TRACE
+CFLAGS := $(CFLAGS) -DPS_NO_TRACE=1
+endif
+ 
 # Set initial value for LDFLAGS which will include all OS common flags for GCC and required libraries.
 
