mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[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)
This commit is contained in:
parent
5c373b3136
commit
1e0003652b
@ -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=
|
||||
|
Loading…
Reference in New Issue
Block a user