Skip to content

Commit

Permalink
Update README.md (#989)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Oct 31, 2023
1 parent 363e1d8 commit 1d6abf6
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,15 @@ If you are interested in contributing code or documentation to the project, plea

Note that these are case sensitive!

* `-PArchOverride=foobar`: builds for a target system other than your current architecture. Valid overrides are winx32, winx64,
macx64, macarm64, linuxx64, linuxarm64, linuxarm32, and linuxathena.
- `-PtgtIp`: deploys (builds and copies the JAR) to the coprocessor at the specified IP
* `-PArchOverride=foobar`: builds for a target system other than your current architecture. Valid overrides are:
* linuxathena
* linuxarm32
* linuxarm64
* arm32"
* arm64"
* x86-64"
* x86"
- `-PtgtIp`: Specifies where `./gradlew deploy` should try to copy the fat JAR to
- `-Pprofile`: enables JVM profiling

## Building
Expand Down

0 comments on commit 1d6abf6

Please sign in to comment.