diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-11-20 18:48:40 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-11-20 18:48:40 (GMT) |
commit | 1e0003652bb85e86ebefe99b9b42e894d8757dd1 (patch) | |
tree | f07647803801548504bd7c6a1cb45dd51cc5d3a7 /config/solaris2.x | |
parent | 5c373b3136fac99793605f1470f72f94b9743ec6 (diff) | |
download | hdf5-1e0003652bb85e86ebefe99b9b42e894d8757dd1.zip hdf5-1e0003652bb85e86ebefe99b9b42e894d8757dd1.tar.gz hdf5-1e0003652bb85e86ebefe99b9b42e894d8757dd1.tar.bz2 |
[svn-r4616] Purpose:
Code cleanup
Description:
Put quotes around compiler flags when debugging is on, so they get
carried down into the Makefiles properly.
Platforms tested:
Solaris 2.6 (baldric)
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= |