From 1d6abf6ba92e31834013b2ca3b925c1aa2d84108 Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 30 Oct 2023 23:01:33 -0400 Subject: [PATCH] Update README.md (#989) --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e513bbd4b..968cfa6a8 100644 --- a/README.md +++ b/README.md @@ -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