Skip to content

Commit

Permalink
strip debug symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
rioroll committed Apr 23, 2023
1 parent 3cf02da commit 1e32253
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The main goal of this project is to help set up the toolchain needed for the MIP
To use this tool, you just need to configure Cross to use the Docker image provided. The latest version is v0.0.1.

```bash
docker pull ghcr.io/moveuplabs/cross-build-tooling:v0.0.4
docker pull ghcr.io/moveuplabs/cross-build-tooling:v0.0.5
```

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ RUN cd /opt/vendor/openssl-1.1.1s && sed -i "s/-m64//g" Makefile && make && make

ENV OPENSSL_STATIC=yes
ENV OPENSSL_DIR=/usr/local/ssl
ENV CARGO_TARGET_MIPSEL_UNKNOWN_LINUX_MUSL_RUSTFLAGS="$CARGO_TARGET_MIPSEL_UNKNOWN_LINUX_MUSL_RUSTFLAGS -C link-arg=-latomic -C target-feature=+crt-static"
ENV CARGO_TARGET_MIPSEL_UNKNOWN_LINUX_MUSL_RUSTFLAGS="$CARGO_TARGET_MIPSEL_UNKNOWN_LINUX_MUSL_RUSTFLAGS -C link-arg=-latomic -C target-feature=+crt-static -C link-args=-s"

0 comments on commit 1e32253

Please sign in to comment.