| 315 | | * `build` - |
| 316 | | * `build-debug` - |
| 317 | | * `build-release` - |
| 318 | | * `build-local` - |
| 319 | | * `build-local-debug` - |
| 320 | | * `build-local-release` - |
| | 315 | * `build` - the default build that includes the standard OVA plugin related debug output - equivalent to the `build-debug` instruction |
| | 316 | * `build-debug` - the standard OVA build which results in OVA plugin related debug output being available |
| | 317 | * `build-release` - a reduced OVA build that excludes the plugin related debug output calls |
| | 318 | * `build-local` - the default local build - equivalent to `build-local-debug` |
| | 319 | * `build-local-debug` - the standard OVA build that includes the OVA plugin related debug output calls - built via a local version of the OVA for AS3 source tree |
| | 320 | * `build-local-release` - the reduced OVA "local" build that excludes the OVA plugin related debug output calls |
| | 321 | |
| | 322 | The following table illustrates the difference in size between various forms of the OVA SWC and the OVA for JW5 plugin build: |
| | 323 | |
| | 324 | ||= OVA FOR JW5 BUILD TYPE =||= OVA SWC "DEBUG" =||= OVA SWC "RELEASE" =||= OVA SWC "MINIMAL" =|| |
| | 325 | || debug (default) || XK || XK || XK || |
| | 326 | || release || N/A || XK || XK || XK || |
| | 327 | |
| | 328 | Note: You cannot build a "debug" version of the OVA for JW5 plugin with a "release" or "minimal" version of the OVA SWC (or source tree) because the OVA for AS3 debug functions will not be available for use by the plugin source code. |