LLNL / hiop

HPC solver for nonlinear optimization problems
Other
210 stars 42 forks source link

Fix the issue caused by adding cflag `NDEBUG` #672

Open nychiang opened 1 year ago

nychiang commented 1 year ago

Issue #667 and #668 are caused by using cflag -Wall -Werror together with -DNDEBUG. Some variables used only in assert(...) become unused and throw compiling errors.

CLOSE #667 CLOSE #668