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
|
||||
RUN mkdir -p build && cd build && \
|
||||
cmake .. && \
|
||||
make -j"$(nproc)"
|
||||
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=ON && \
|
||||
cmake --build . --config Release --parallel $(nproc)
|
||||
|
||||
# =========================
|
||||
# Runtime stage
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user