hirc

[archived] IRC client
git clone https://hhvn.uk/hirc
git clone git://hhvn.uk/hirc
Log | Files | Refs

DEBUG (158B)


      1 Include the following in config.mk:
      2 	DEBUG = -g3 -O0 -Wall -DASSERT_ALWAYS_DIES -DDIE_CORE
      3 
      4 Then make sure to `make clean`, before trying to debug something.