Skip to content

Commit 35a555c

Browse files
authored
Update Dockerfile
1 parent f9deede commit 35a555c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ WORKDIR ${HOME}
4141
RUN git clone "https://github.com/SVF-tools/SVF.git"
4242
WORKDIR ${HOME}/SVF
4343
RUN echo "Building SVF ..."
44-
RUN bash ./build.sh
44+
RUN bash ./build.sh debug
4545

4646
# Export SVF, llvm, z3 paths
4747
ENV PATH=${HOME}/SVF/Release-build/bin:$PATH

0 commit comments

Comments
 (0)