diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1998-10-27 23:54:01 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1998-10-27 23:54:01 (GMT) |
commit | 52305e0fe6b8e01efb6be1dd4c177822f16d91dc (patch) | |
tree | 35ebf12ffd6dfff117bd1bc7a5a97e51bb62fbd2 /config/irix64 | |
parent | 6317a4684f453cf7193f2aad33e6d8cd1bf9d1ca (diff) | |
download | hdf5-52305e0fe6b8e01efb6be1dd4c177822f16d91dc.zip hdf5-52305e0fe6b8e01efb6be1dd4c177822f16d91dc.tar.gz hdf5-52305e0fe6b8e01efb6be1dd4c177822f16d91dc.tar.bz2 |
[svn-r812] Moved -fullwarn flag to be used for debug mode only.
Diffstat (limited to 'config/irix64')
-rw-r--r-- | config/irix64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/irix64 b/config/irix64 index 149a1fa..0b9a825 100644 --- a/config/irix64 +++ b/config/irix64 @@ -23,11 +23,11 @@ RANLIB=: # Always turn off these loader warnings: # 84: a library is not used # -CFLAGS="$CFLAGS -fullwarn -ansi -64 -woff 1174,1429,1209,1196 -Wl,-woff,84" +CFLAGS="$CFLAGS -ansi -64 -woff 1174,1429,1209,1196 -Wl,-woff,84" #CPPFLAGS="$CPPFLAGS -I." # What compiler flags should be used for code development? -DEBUG_CFLAGS=-g +DEBUG_CFLAGS="-g -fullwarn" DEBUG_CPPFLAGS= # What compiler flags should be used for building a production |