We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be21839 commit 362934dCopy full SHA for 362934d
docker/ubuntu24.04/Dockerfile
@@ -24,5 +24,5 @@ RUN git clone --depth=1 https://github.com/llvm/llvm-project && \
24
ninja -C build cxx cxxabi && \
25
ninja -C build install-cxx install-cxxabi
26
27
-env MSAN_CFLAGS="-std=c++20 -fsanitize=memory -nostdinc++ -I/opt/include -I/opt/include/c++/v1"
28
-env MSAN_LFLAGS="-fsanitize=memory -stdlib=libc++ -L/opt/lib -lc++abi -Wl,-rpath,/opt/lib"
+ENV MSAN_CFLAGS="-std=c++20 -fsanitize=memory -nostdinc++ -I/opt/include -I/opt/include/c++/v1"
+ENV MSAN_LFLAGS="-fsanitize=memory -stdlib=libc++ -L/opt/lib -lc++abi -Wl,-rpath,/opt/lib"
0 commit comments