You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Performance analysis indicates that the binary wheels probably are not build with debugging and assertions disables.
This gives a significant performance hit.
Software versions
OS and version: [e.g. Ubuntu 18.04]
Python version: [e.g. 3.7]
MonetDBe-Python version: [e.g. 0.7]
The text was updated successfully, but these errors were encountered:
for now use
-DCMAKE_BUILD_TYPE=Release
-DASSERT=OFF
Last is enabled because we build 'a' non released hg/git checkout. If you build from a clean tar (ie no .hg/.git directory) the -DASSERT should not be needed.
Describe the bug
Performance analysis indicates that the binary wheels probably are not build with debugging and assertions disables.
This gives a significant performance hit.
Software versions
The text was updated successfully, but these errors were encountered: