mirror of
https://github.com/brazilofmux/tinymux
synced 2026-08-13 00:23:11 -04:00
Fix Dockerfile to use a less-aggressive build.
This commit is contained in:
parent
350a0ef075
commit
2cf2a61a41
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ COPY mux-2.13.0.11.unix.tar.gz .
|
|||
RUN tar xzf mux-2.13.0.11.unix.tar.gz
|
||||
WORKDIR /mux2.13/src
|
||||
RUN CC=clang CXX=clang++ ./configure --enable-stubslave
|
||||
RUN CC=clang CXX=clang++ CXXFLAGS=-O3 make -j12
|
||||
RUN CC=clang CXX=clang++ CXXFLAGS=-O3 make -j$(nproc)
|
||||
RUN make install
|
||||
RUN cp libmux.so ../game/bin/
|
||||
RUN cp modules/*.so ../game/bin/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue