0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-04 02:58:58 +02:00

tools/docker/ubuntu: Build rocksdb without debug symbols.

This commit is contained in:
Jason Volk 2020-05-05 22:54:35 -07:00
parent db58514d45
commit ce8146392b

View file

@ -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 \