You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I know, it's no longer possible to not use rustbuild, so ./configure offering --disable-rustbuild doesn't make much sense and it still accepts it:
./configure --help|grep rustbuild
--disable-rustbuild don't use the rust and cargo based build system
$ ./configure --disable-rustbuild
...
configure: processing ./configure args
configure:
configure: CFG_DISABLE_RUSTBUILD := 1
...
configure: configured in release mode. for development consider --enable-debug
configure:
configure: run `python ./x.py --help`
configure:
$
The text was updated successfully, but these errors were encountered:
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Feb 13, 2017
As far as I know, it's no longer possible to not use rustbuild, so ./configure offering --disable-rustbuild doesn't make much sense and it still accepts it:
The text was updated successfully, but these errors were encountered: