We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7410cd3 commit 8a1278bCopy full SHA for 8a1278b
1 file changed
docs/build.rst
@@ -159,8 +159,9 @@ Build with Debug
159
To use debug information in PySCIPOpt you need to build it with the following command:
160
161
.. code-block::
162
-
163
- python -m pip install --install-option="--debug" .
+
+ export CFLAGS="-UNDEBUG"
164
+ python -m pip install .
165
166
.. note:: Be aware that you will need the debug library of the SCIP Optimization Suite for this to work
167
(cmake .. -DCMAKE_BUILD_TYPE=Debug).
0 commit comments