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 f9deede commit 35a555cCopy full SHA for 35a555c
Dockerfile
@@ -41,7 +41,7 @@ WORKDIR ${HOME}
41
RUN git clone "https://github.com/SVF-tools/SVF.git"
42
WORKDIR ${HOME}/SVF
43
RUN echo "Building SVF ..."
44
-RUN bash ./build.sh
+RUN bash ./build.sh debug
45
46
# Export SVF, llvm, z3 paths
47
ENV PATH=${HOME}/SVF/Release-build/bin:$PATH
0 commit comments