mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r283] Removed nearly all DEBUG flags to make it more suitable for alpha
release.
This commit is contained in:
parent
e16617bf11
commit
88b41bd164
@ -12,11 +12,11 @@ warn="-fullwarn -woff 1174,1429,1209,1196"
|
||||
|
||||
profile="-pg"
|
||||
|
||||
debug="-g -DH5AC_DEBUG -DH5B_DEBUG -DH5F_DEBUG -DH5G_DEBUG -UH5O_DEBUG -DH5T_DEBUG -DH5F_OPT_SEEK=0"
|
||||
debug="-g"
|
||||
|
||||
#production="-O -DNDEBUG"
|
||||
|
||||
default_mode='$debug $warn -DH5F_LOW_DFLT=H5F_LOW_SEC2'
|
||||
default_mode='$debug $warn'
|
||||
|
||||
RANLIB=: # SGI needs not ranlib
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user