Skip to content

Commit b2ee6f4

Browse files
committed
[docker] explicit Release mode
1 parent 2d4f93f commit b2ee6f4

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
@@ -38,4 +38,4 @@ RUN apt-get clean && apt-get update && apt-get install -y --no-install-recommend
3838

3939
COPY . /opt/popsift
4040
WORKDIR /opt/popsift
41-
RUN mkdir build && cd build && cmake .. && make install -j
41+
RUN mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release && make install -j

0 commit comments

Comments
 (0)