Changes Dockerfile image to Release build

This commit is contained in:
Kamaropoulos 2020-07-13 11:08:28 -07:00
parent 2abb2a7a3d
commit 36b12f934d

View File

@ -13,7 +13,7 @@ WORKDIR /opt/FEX/build
ARG CC=clang-10
ARG CXX=clang++-10
RUN cmake -G Ninja ..
RUN cmake -G Ninja .. -DCMAKE_BUILD_TYPE=Release
RUN ninja
RUN echo "PATH=\$PATH:/opt/FEX/build/Bin" >> ~/.bashrc