Don't strip in buildenv

This commit is contained in:
Kitaiti Makoto 2022-05-15 04:45:27 +09:00
parent 61f25941e8
commit f151dee339
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ RUN apt update &&\
#compile some deps
RUN cargo install wasm-pack &&\
cargo install grcov &&\
strip /root/.cargo/bin/* &&\
rm -fr ~/.cargo/registry
#set some compilation parametters