init
All checks were successful
/ build (push) Successful in 45s

This commit is contained in:
Adrien Beaudouin 2025-06-07 12:47:49 +02:00
parent 4cc77eeb6a
commit 9503bc0282

View File

@ -17,7 +17,7 @@ FROM bootstrap-c-toolchain AS build-make
ARG VERSION=4.4.1
ENV CFLAGS="-g0 -Os"
ENV CXXFLAGS="-g0 -Os"
ENV LDFLAGS=-s,
ENV LDFLAGS=-s
WORKDIR /source