From f3bd38cacaeb28230ad2b115b9337bfede7ca602 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 6 May 1997 15:54:34 +0000 Subject: [PATCH] Added comments --- config/CONFIG_SITE.cygwin32 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/config/CONFIG_SITE.cygwin32 b/config/CONFIG_SITE.cygwin32 index 4b08ccd7d..7223b561d 100755 --- a/config/CONFIG_SITE.cygwin32 +++ b/config/CONFIG_SITE.cygwin32 @@ -4,9 +4,18 @@ # Site Specific Configuration Information # Only the local epics system manager should modify this file + +# Default compiler, individual Makefiles will override +# if they cannot support ANSI compilation. +# STRICT - ANSI C - force warning flags +# ANSI - ANSI C +# OLD - Standard C - Not appropriate here. CMPLR=ANSI +# Default C++ compiler, individual Makefiles will override +# if they are coded to a higher standard. +# STRICT - ANSI C++ force strict warning flags +# NORMAL - ANSI C++ optional warning flags CXXCMPLR=NORMAL SPECIAL_LANG = . -