rust: enable some config options
This commit is contained in:
@@ -291,6 +291,14 @@ do_configure () {
|
|||||||
${S}/configure \
|
${S}/configure \
|
||||||
"--enable-rpath" \
|
"--enable-rpath" \
|
||||||
"--disable-verify-install" \
|
"--disable-verify-install" \
|
||||||
|
"--disable-docs" \
|
||||||
|
"--disable-manage-submodules" \
|
||||||
|
"--disable-debug" \
|
||||||
|
"--disable-llvm-assertions" \
|
||||||
|
"--enable-optimize" \
|
||||||
|
"--enable-optimize-cxx" \
|
||||||
|
"--enable-optimize-llvm" \
|
||||||
|
"--enable-optimize-tests" \
|
||||||
"--prefix=${prefix}" \
|
"--prefix=${prefix}" \
|
||||||
"--target=${TARGET_SYS}" \
|
"--target=${TARGET_SYS}" \
|
||||||
"--host=${HOST_SYS}" \
|
"--host=${HOST_SYS}" \
|
||||||
@@ -302,7 +310,6 @@ do_configure () {
|
|||||||
"--mandir=${mandir}" \
|
"--mandir=${mandir}" \
|
||||||
"--libdir=${libdir}" \
|
"--libdir=${libdir}" \
|
||||||
"--bindir=${bindir}" \
|
"--bindir=${bindir}" \
|
||||||
"--disable-manage-submodules" \
|
|
||||||
${@base_conditional('USE_LOCAL_RUST', '1', '--$local_maybe_enable-local-rust --local-rust-root=$local_rust_root', '', d)} \
|
${@base_conditional('USE_LOCAL_RUST', '1', '--$local_maybe_enable-local-rust --local-rust-root=$local_rust_root', '', d)} \
|
||||||
${EXTRA_OECONF}
|
${EXTRA_OECONF}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user