mirror of
https://github.com/FEX-Emu/FEX.git
synced 2024-12-13 09:06:17 +00:00
Changes Dockerfile image to Release build
This commit is contained in:
parent
2abb2a7a3d
commit
36b12f934d
@ -13,7 +13,7 @@ WORKDIR /opt/FEX/build
|
|||||||
|
|
||||||
ARG CC=clang-10
|
ARG CC=clang-10
|
||||||
ARG CXX=clang++-10
|
ARG CXX=clang++-10
|
||||||
RUN cmake -G Ninja ..
|
RUN cmake -G Ninja .. -DCMAKE_BUILD_TYPE=Release
|
||||||
RUN ninja
|
RUN ninja
|
||||||
RUN echo "PATH=\$PATH:/opt/FEX/build/Bin" >> ~/.bashrc
|
RUN echo "PATH=\$PATH:/opt/FEX/build/Bin" >> ~/.bashrc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user