mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
add note to bootimage flag documentation in readme.txt
This commit is contained in:
parent
7a3bf85caf
commit
8cf67a76ad
@ -98,7 +98,9 @@ certain flags described below, all of which are optional.
|
||||
|
||||
* bootimage - if true, create a boot image containing the pre-parsed
|
||||
class library and ahead-of-time compiled methods. This option is
|
||||
only valid for process=compile builds.
|
||||
only valid for process=compile builds. Note that you may need to
|
||||
specify both build-arch=x86_64 and arch=x86_64 on 64-bit systems
|
||||
where "uname -m" prints "i386".
|
||||
default: false
|
||||
|
||||
* heapdump - if true, implement avian.Machine.dumpHeap(String),
|
||||
|
Loading…
Reference in New Issue
Block a user