From 7754a0ecae9268c4b9c1bb7658e3632aea030d8c Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Fri, 16 Aug 2002 18:38:16 +0000 Subject: [PATCH] Changed PROFILE to NO as default. --- configure/os/CONFIG.solaris-sparc.solaris-sparc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure/os/CONFIG.solaris-sparc.solaris-sparc b/configure/os/CONFIG.solaris-sparc.solaris-sparc index 46cc02178..dac5eb4ca 100644 --- a/configure/os/CONFIG.solaris-sparc.solaris-sparc +++ b/configure/os/CONFIG.solaris-sparc.solaris-sparc @@ -20,7 +20,7 @@ CPP = gcc -x c -E RANLIB = #Prepare the object code for profiling with prof. (YES or NO) -PROFILE=YES +PROFILE=NO # Configure OS vendor C compiler CONFORM_CFLAGS_ANSI = -Xa -v