mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
Remove --enable-debug from README instructions.
This commit is contained in:
parent
67744cf73e
commit
c89a7450df
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue