We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e439dfa commit 424e365Copy full SHA for 424e365
debian-12-libcxx/Dockerfile
@@ -14,7 +14,7 @@ RUN apt-get update -y && \
14
15
RUN rm -f /usr/bin/clang++ && \
16
echo '#!/bin/sh' >> /usr/bin/clang++ && \
17
- echo 'ARGS=$(echo "$@" | sed "s/-Wno-unqualified-std-cast-call//g")' >> /usr/bin/clang++ && \
+ echo 'ARGS=$(echo "$@" | sed "s/-Wno-unqualified-std-cast-call//g" | sed "s/-ffp-contract=off//g" | sed "s/-split-threshold-for-reg-with-hint=0//g")' >> /usr/bin/clang++ && \
18
echo '/usr/lib/llvm-14/bin/clang++ -stdlib=libc++ $ARGS' >> /usr/bin/clang++ && \
19
chmod +x /usr/bin/clang++
20
0 commit comments