Skip to content

Commit 7d8cb0e

Browse files
committed
Update build script getopts string with "optimize"
Amends e76624e.
1 parent c0bc470 commit 7d8cb0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

multibuild.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ suffix="$(git describe --exact-match 2>/dev/null | tr v - || true)"
1616

1717
usage() {
1818
cat <<EOF
19-
usage: multibuild.sh [-48abfhmnq] [-s SUFFIX]
19+
usage: multibuild.sh [-48abfhmnOs] [-s SUFFIX]
2020
-4 Enable i686 build (default: no)
2121
-8 Enable x86_64 build (default: auto)
2222
-a All: Enable all builds
@@ -30,7 +30,7 @@ usage: multibuild.sh [-48abfhmnq] [-s SUFFIX]
3030
EOF
3131
}
3232

33-
while getopts 48abfhmnqs: opt; do
33+
while getopts 48abfhmnOs: opt; do
3434
case $opt in
3535
4) arch="$arch w64devkit-i686";;
3636
8) arch="$arch w64devkit";;

0 commit comments

Comments
 (0)