Skip to content

Commit 3622cdd

Browse files
committed
Enable Release Build for RISC-V-TLM in Docker
1 parent 31d68c6 commit 3622cdd

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
@@ -47,7 +47,7 @@ RUN cd /usr/src/riscv64 \
4747
&& mkdir build \
4848
&& cd build \
4949
&& chmod a+rw . \
50-
&& SPDLOG_HOME=$PWD/../spdlog/install cmake .. \
50+
&& SPDLOG_HOME=$PWD/../spdlog/install cmake -DCMAKE_BUILD_TYPE=Release .. \
5151
&& make
5252

5353
WORKDIR /usr/src/riscv64

0 commit comments

Comments
 (0)