forked from bonsai/harakit
configure: fixed lack of rustc compiler argument parsing
This commit is contained in:
parent
9095602296
commit
caff26209e
1
configure
vendored
1
configure
vendored
@ -27,6 +27,7 @@ while test -n "$1"; do
|
|||||||
gcc)
|
gcc)
|
||||||
CFLAGS="$CFLAGS -s -Wl,-z,noseparate-code,-z,nosectionheader -flto"
|
CFLAGS="$CFLAGS -s -Wl,-z,noseparate-code,-z,nosectionheader -flto"
|
||||||
;;
|
;;
|
||||||
|
rustc) ;;
|
||||||
'rustc +nightly')
|
'rustc +nightly')
|
||||||
RUSTFLAGS="+nightly -Zlocation-detail=none $RUSTFLAGS"
|
RUSTFLAGS="+nightly -Zlocation-detail=none $RUSTFLAGS"
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user