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 d43e013 commit f9deedeCopy full SHA for f9deede
Dockerfile
@@ -56,6 +56,6 @@ WORKDIR ${HOME}
56
RUN git clone "https://github.com/SVF-tools/Software-Analysis-Studio.git"
57
WORKDIR ${HOME}/Software-Analysis-Studio
58
RUN echo "Building ..."
59
-RUN sed -i 's/lldb/gdb/g' ${HOME}/Teaching-Software-Analysis/.vscode/launch.json
60
-RUN cmake -DCMAKE_BUILD_TYPE=MinSizeRel .
+RUN sed -i 's/lldb/gdb/g' ${HOME}/Software-Analysis-Studio/.vscode/launch.json
+RUN cmake -DCMAKE_BUILD_TYPE=Debug .
61
RUN make -j8
0 commit comments