diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-05-06 13:39:44 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-05-06 13:39:44 (GMT) |
commit | 3b3ccf079de9c188ebe3f651d347fc7589829c86 (patch) | |
tree | 70b666666dc03516b1741d18f413692011761098 /config/solaris2.x | |
parent | 218c644da5d74731d3d732715a4ff89a68772816 (diff) | |
download | hdf5-3b3ccf079de9c188ebe3f651d347fc7589829c86.zip hdf5-3b3ccf079de9c188ebe3f651d347fc7589829c86.tar.gz hdf5-3b3ccf079de9c188ebe3f651d347fc7589829c86.tar.bz2 |
[svn-r5356] Purpose:
Bug Fix
Description:
Fix the debugging compiler flags for non-production builds.
Platforms tested:
Solaris 2.7 (arabica)
Diffstat (limited to 'config/solaris2.x')
-rw-r--r-- | config/solaris2.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/solaris2.x b/config/solaris2.x index 3dc2085..d6434f5 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 -xildoff + DEBUG_CFLAGS="-g -xildoff" DEBUG_CPPFLAGS= PROD_CFLAGS="-O -s" PROD_CPPFLAGS= |