Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
As requested in !90 (closed), I have renamed all debug and DEBUG to verbose (where it made sense), and renamed NLOGDEBUG to NOVERBOSELOG.
The logic is simple - most usually we want to have verbose logging compiled in and assert()
(-DNDEBUG
) not compiled in.