summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@stupeflix.com>2016-02-24 11:40:12 +0100
committerMatthieu Bouron <matthieu.bouron@gmail.com>2016-02-25 21:21:39 +0100
commit666e2edc41b7daab5c4902b1936bc0937dc89e66 (patch)
treeec7ea214f54f58203f9bf74d632b4a8dfbcdc490
parent0f31d401c35c6d39462c2b3e2aa7b573db0ccfde (diff)
configure: add missing --strip option to show_help()
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 45e751f9c4..0576c65827 100755
--- a/configure
+++ b/configure
@@ -310,6 +310,7 @@ Toolchain options:
--nm=NM use nm tool NM [$nm_default]
--ar=AR use archive tool AR [$ar_default]
--as=AS use assembler AS [$as_default]
+ --strip=STRIP use strip tool STRIP [$strip_default]
--windres=WINDRES use windows resource compiler WINDRES [$windres_default]
--yasmexe=EXE use yasm-compatible assembler EXE [$yasmexe_default]
--cc=CC use C compiler CC [$cc_default]