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 8b872f0 commit 731540aCopy full SHA for 731540a
build/Dockerfile.asan
@@ -0,0 +1,7 @@
1
+ARG BASE_IMAGE=ghcr.io/su2code/su2/build-su2:220614-1237
2
+
3
+FROM $BASE_IMAGE
4
5
+# Enable address sanitizer
6
+ENV CXXFLAGS="-fsanitize=address -fno-omit-frame-pointer $CXXFLAGS"
7
+ENV CFLAGS="-fsanitize=address -fno-omit-frame-pointer $CFLAGS"
0 commit comments