frpays / lc0-js

The LC0 engine ported to javascript with Emscripten.
GNU General Public License v3.0
103 stars 23 forks source link

Fixing wrong assert firing since NDEBUG was not defined. #14

Closed frpays closed 5 years ago

frpays commented 5 years ago

Fixing wrong assert firing since NDEBUG was not defined.

This occured whenever we tried to get backward into the move tree.
It's fixed twice:
. NDEBUG is now defined, silenting all asserts.
. The culprit assert have been removed.