Reconfigure cmake option in dockerfile
This commit is contained in:
parent
c7cc8ba6ed
commit
23cf05662e
@ -117,8 +117,8 @@ COPY data/tracker_configs ./data/tracker_configs
|
|||||||
|
|
||||||
# Build project
|
# Build project
|
||||||
RUN mkdir -p build && cd build && \
|
RUN mkdir -p build && cd build && \
|
||||||
cmake .. && \
|
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=ON && \
|
||||||
make -j"$(nproc)"
|
cmake --build . --config Release --parallel $(nproc)
|
||||||
|
|
||||||
# =========================
|
# =========================
|
||||||
# Runtime stage
|
# Runtime stage
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user