Enable profiler in dist-powerpc64-linux

This commit is contained in:
Qiu Chaofan 2023-11-21 01:17:37 +08:00
parent 46ecc10c69
commit 244e181a5f

View File

@ -26,5 +26,5 @@ ENV \
ENV HOSTS=powerpc64-unknown-linux-gnu
ENV RUST_CONFIGURE_ARGS --enable-extended --disable-docs
ENV RUST_CONFIGURE_ARGS --enable-extended --enable-profiler --disable-docs
ENV SCRIPT python3 ../x.py dist --host $HOSTS --target $HOSTS