Merge "Add option to disable documentation"
This commit is contained in:
commit
9da8a34437
8
configure
vendored
8
configure
vendored
@ -20,9 +20,10 @@ show_help(){
|
|||||||
show_help_pre
|
show_help_pre
|
||||||
cat << EOF
|
cat << EOF
|
||||||
Advanced options:
|
Advanced options:
|
||||||
${toggle_libs} don't build libraries
|
${toggle_libs} libraries
|
||||||
${toggle_examples} don't build examples
|
${toggle_examples} examples
|
||||||
${toggle_unit_tests} build unit tests
|
${toggle_docs} documentation
|
||||||
|
${toggle_unit_tests} unit tests
|
||||||
--libc=PATH path to alternate libc
|
--libc=PATH path to alternate libc
|
||||||
--as={yasm|nasm|auto} use specified assembler [auto, yasm preferred]
|
--as={yasm|nasm|auto} use specified assembler [auto, yasm preferred]
|
||||||
--sdk-path=PATH path to root of sdk (iOS, android builds only)
|
--sdk-path=PATH path to root of sdk (iOS, android builds only)
|
||||||
@ -293,6 +294,7 @@ CMDLINE_SELECT="
|
|||||||
|
|
||||||
libs
|
libs
|
||||||
examples
|
examples
|
||||||
|
docs
|
||||||
libc
|
libc
|
||||||
as
|
as
|
||||||
fast_unaligned
|
fast_unaligned
|
||||||
|
Loading…
x
Reference in New Issue
Block a user