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

Remove --enable-debug from README instructions.

This commit is contained in:
Jason Volk 2018-05-20 05:24:53 -07:00
parent 67744cf73e
commit c89a7450df

View file

@ -104,7 +104,7 @@ mkdir build
statement below.
```
CXX=g++-6 ./configure --prefix=$PWD/build --enable-debug --with-included-boost=shared --with-included-rocksdb=shared
CXX=g++-6 ./configure --prefix=$PWD/build --with-included-boost=shared --with-included-rocksdb=shared
```
- Many systems alias `g++` to an older version. To be safe, specify a version manually