Skip to content

Commit f9deede

Browse files
authored
Update Dockerfile
1 parent d43e013 commit f9deede

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ WORKDIR ${HOME}
5656
RUN git clone "https://github.com/SVF-tools/Software-Analysis-Studio.git"
5757
WORKDIR ${HOME}/Software-Analysis-Studio
5858
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 .
59+
RUN sed -i 's/lldb/gdb/g' ${HOME}/Software-Analysis-Studio/.vscode/launch.json
60+
RUN cmake -DCMAKE_BUILD_TYPE=Debug .
6161
RUN make -j8

0 commit comments

Comments
 (0)