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 2d4f93f commit b2ee6f4Copy full SHA for b2ee6f4
Dockerfile
@@ -38,4 +38,4 @@ RUN apt-get clean && apt-get update && apt-get install -y --no-install-recommend
38
39
COPY . /opt/popsift
40
WORKDIR /opt/popsift
41
-RUN mkdir build && cd build && cmake .. && make install -j
+RUN mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release && make install -j
0 commit comments