init
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
Adrien Beaudouin 2025-06-07 12:47:30 +02:00
parent 2f9b0745fb
commit 4cc77eeb6a

View File

@ -15,6 +15,9 @@ COPY --from=core-busybox / /
FROM bootstrap-c-toolchain AS build-make
ARG VERSION=4.4.1
ENV CFLAGS="-g0 -Os"
ENV CXXFLAGS="-g0 -Os"
ENV LDFLAGS=-s,
WORKDIR /source