blob: db5515e8756312d6b7da03cccd9fb7a5aa001cf9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// $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)
|