mirror of
https://github.com/mkuf/prind.git
synced 2026-05-07 16:38:07 +02:00
klipper: GCC: Disable treating warnings as errors
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
##
|
||||
FROM python:3.12-trixie AS build
|
||||
|
||||
ENV CXXFLAGS="-Wno-error"
|
||||
|
||||
RUN apt update \
|
||||
&& apt install -y cmake \
|
||||
&& apt clean
|
||||
|
||||
Reference in New Issue
Block a user