From 52305e0fe6b8e01efb6be1dd4c177822f16d91dc Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 27 Oct 1998 18:54:01 -0500 Subject: [svn-r812] Moved -fullwarn flag to be used for debug mode only. --- config/irix64 | 4 ++-- 1 file 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 -- cgit v0.12