mirror of
https://github.com/matrix-construct/construct
synced 2024-12-23 22:13:55 +01:00
tools/docker/ubuntu: Build rocksdb without debug symbols.
This commit is contained in:
parent
db58514d45
commit
ce8146392b
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ RUN \
|
|||
rm rocksdb-${ROCKSDB_VERSION}.tar.gz && \
|
||||
ln -s /usr/src/rocksdb-${ROCKSDB_VERSION} /usr/src/rocksdb && \
|
||||
cd /usr/src/rocksdb-${ROCKSDB_VERSION} && \
|
||||
CFLAGS="-g0" \
|
||||
cmake -H. -Bbuild \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DWITH_TESTS=0 \
|
||||
|
|
Loading…
Reference in a new issue