Skip to content

Commit

Permalink
use release build
Browse files Browse the repository at this point in the history
  • Loading branch information
jumormt committed Feb 16, 2024
1 parent c566eb2 commit 4992201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ WORKDIR ${HOME}
RUN git clone "https://github.com/SVF-tools/SVF.git"
WORKDIR ${HOME}/SVF
RUN echo "Building SVF ..."
RUN bash ./build.sh debug
RUN bash ./build.sh

# Export SVF and llvm paths
ENV PATH=${HOME}/SVF/Debug-build/bin:$PATH
Expand All @@ -47,5 +47,5 @@ WORKDIR ${HOME}
RUN git clone "https://github.com/SVF-tools/Teaching-Software-Analysis.git"
WORKDIR ${HOME}/Teaching-Software-Analysis
RUN echo "Building SVF-Teaching example ..."
RUN cmake -DCMAKE_BUILD_TYPE=Debug .
RUN cmake -DCMAKE_BUILD_TYPE=MinSizeRel .
RUN make -j8

0 comments on commit 4992201

Please sign in to comment.