Skip to content
Snippets Groups Projects
Commit ef88919e authored by Mark OLESEN's avatar Mark OLESEN Committed by Andrew Heather
Browse files

STYLE: incorrectly documented wmake option

parent 9d593adc
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,6 @@ options:
-show-c Print C compiler value
-show-cflags Print C compiler flags
-show-cxx Print C++ compiler value
-show-cxx-arch Print C compiler flags
-show-cxxflags Print C++ compiler flags
-show-cflags-arch The C compiler arch flag (eg, -m64 etc)
-show-cxxflags-arch The C++ compiler arch flag (eg, -m64 etc)
......@@ -148,7 +147,7 @@ do
optDebug="-DFULLDEBUG -g -O0"
;;
-show-api | -show-ext-so | \
-show-compile-c | -show-c | -show-cflags | -show-cflags-arch | \
-show-compile-c | -show-c | -show-cflags | -show-cflags-arch | \
-show-compile-cxx | -show-cxx | -show-cxxflags | -show-cxxflags-arch )
$make -f $WM_DIR/makefiles/info "${1#-show-}"
optShow=true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment