From 199e043fd973d78a25215be3129828a03a806544 Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Fri, 23 Oct 1998 16:35:46 +0000 Subject: Removed -qinitauto from DCFLAGS - it caused Process_Strategy_Test to go CPU bound under an ostream call. --- include/makeinclude/platform_aix4.2.GNU | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/makeinclude/platform_aix4.2.GNU') diff --git a/include/makeinclude/platform_aix4.2.GNU b/include/makeinclude/platform_aix4.2.GNU index 984284ba8d7..7376bc4e67b 100644 --- a/include/makeinclude/platform_aix4.2.GNU +++ b/include/makeinclude/platform_aix4.2.GNU @@ -15,7 +15,9 @@ static_libs = 1 CC = xlC CXX = xlC_r CCFLAGS += $(CFLAGS) -DCFLAGS += -g -qcheck=nobounds:div:null -qinitauto=5F +# -qinitauto seems useful, but when built with -qinitauto=5F, the +# Process_Strategy_Test went CPU bound in ostream, so I removed it (S. Huston) +DCFLAGS += -g -qcheck=nobounds:div:null DLD = makeC++SharedLib_r LD = $(CXX) # -qextchk is handy, but produces false type mismatches when linking -- cgit v1.2.1