summaryrefslogtreecommitdiff
path: root/ace/ace_vacpp_options.icc
diff options
context:
space:
mode:
Diffstat (limited to 'ace/ace_vacpp_options.icc')
-rw-r--r--ace/ace_vacpp_options.icc12
1 files changed, 0 insertions, 12 deletions
diff --git a/ace/ace_vacpp_options.icc b/ace/ace_vacpp_options.icc
deleted file mode 100644
index db5515e8756..00000000000
--- a/ace/ace_vacpp_options.icc
+++ /dev/null
@@ -1,12 +0,0 @@
-// $Id$
-//
-// Configuration file to define Visual Age C++ options used commonly
-// across all (sub)projects built on AIX using Visual Age C++ 5 (or later).
-
-option PlatformOptions =
- defaults(xlC_r),
- gen(check,bounds,no),
- link(typecheck,yes),
- opt(level, 0), // for debugging
- gen(enumsize, small),
- report (level,W)