From eb74e8d5cc8786ccdc6a5921ee1d2bbe29d15eeb Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 19 Mar 1998 21:26:49 +0000 Subject: [PATCH] Changed default to STRICT. --- config/CONFIG_SITE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/CONFIG_SITE b/config/CONFIG_SITE index ab32c979f..946fb82bc 100644 --- a/config/CONFIG_SITE +++ b/config/CONFIG_SITE @@ -89,13 +89,13 @@ CPLUSPLUS=CCC # STRICT - ANSI C - force warning flags # ANSI - ANSI C # OLD - Standard C - Not appropriate here. -CMPLR=ANSI +CMPLR=STRICT # Default C++ compiler ANSI level # STRICT - ANSI C++ force strict warning flags # NORMAL - ANSI C++ optional warning flags # Individual Makefiles may override -CXXCMPLR=NORMAL +CXXCMPLR=STRICT # Build client objects statically ? # must be either YES or NO