21 lines
580 B
Plaintext
21 lines
580 B
Plaintext
#
|
|
# $Id$
|
|
#
|
|
# Site Specific Configuration Information
|
|
# Only the local epics system manager should modify this file
|
|
|
|
# Default SUN 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 SUN 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
|
|
#CXXCMPLR=STRICT
|
|
|