[Documentation] Use release mode in Docker settings

This commit is contained in:
tangxifan 2020-09-20 15:00:56 -06:00
parent 544c44fe46
commit e867e203f4
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ RUN mkdir -p /release /dev
RUN cd release && git clone --single-branch --branch master https://github.com/LNIS-Projects/OpenFPGA.git OpenFPGA
RUN cd /release/OpenFPGA && mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=debug -DCMAKE_NO_GRAPHICS=on && make
RUN cd /release/OpenFPGA && mkdir build && cd build && cmake .. -DCMAKE_NO_GRAPHICS=on && make
RUN rm -rf /var/lib/apt/lists/*