Skip to content

Commit 8a1278b

Browse files
committed
update docs
1 parent 7410cd3 commit 8a1278b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/build.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,9 @@ Build with Debug
159159
To use debug information in PySCIPOpt you need to build it with the following command:
160160

161161
.. code-block::
162-
163-
python -m pip install --install-option="--debug" .
162+
163+
export CFLAGS="-UNDEBUG"
164+
python -m pip install .
164165
165166
.. note:: Be aware that you will need the debug library of the SCIP Optimization Suite for this to work
166167
(cmake .. -DCMAKE_BUILD_TYPE=Debug).

0 commit comments

Comments
 (0)