Changes between Version 63 and Version 64 of Building/Using
- Timestamp:
- 01/02/12 16:38:48 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Building/Using
v63 v64 341 341 You almost certainly want optimisation ''on'' when building 342 342 libraries, otherwise the code you build with this compiler 343 goes really slowly. {{{-XGenerics}}} add generics support to the343 goes really slowly. {{{-XGenerics}}} adds generics support to the 344 344 libraries - you can turn this off if you like (it'll make the 345 345 libraries a bit smaller), but you won't be able to use Generics in
