Skip to content
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
18 lines (13 sloc) 364 Bytes

Hacking

Building

To enable debugging closer to the metal, compile a debugging-enabled binary by passing -DCMAKE_BUILD_TYPE=Debug on the cmake line.

Running

Check for leaks with:

G_SLICE=always-malloc \
G_DEBUG=gc-friendly   \
G_MESSAGES_DEBUG=all  \
  valgrind --leak-check=full --show-leak-kinds=definite xsuspender
You can’t perform that action at this time.