From 6f6eca2c04bc5482ca9756f6af6678c394f40948 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Fri, 26 Oct 2001 10:55:46 -0500 Subject: [svn-r4576] Purpose: Bug fix Description: When compiled with the -g flag (for debugging), the incremental linker causes problems when building the H5detect utility. Solution: Turn off the incremental linker (with the -xildoff flag) when compiling for debugging. Platforms tested: Solaris 2.8/64 (houdin) --- config/solaris2.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/solaris2.x b/config/solaris2.x index d794d11..3dc2085 100644 --- a/config/solaris2.x +++ b/config/solaris2.x @@ -18,7 +18,7 @@ fi # Try solaris native compiler flags if test "X-" = "X-$cc_flags_set"; then CFLAGS="-erroff=%none -DBSD_COMP" - DEBUG_CFLAGS=-g + DEBUG_CFLAGS=-g -xildoff DEBUG_CPPFLAGS= PROD_CFLAGS="-O -s" PROD_CPPFLAGS= -- cgit v0.12