File: debugging.cmake

package info (click to toggle)
igraph 0.10.2%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 16,176 kB
  • sloc: ansic: 121,500; cpp: 21,699; xml: 2,734; python: 411; makefile: 147; javascript: 20; sh: 9
file content (7 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
set(
  IGRAPH_VERIFY_FINALLY_STACK
  ""
  CACHE
  BOOL
  "Verify that the 'finally' stack is cleaned up properly. Useful only in debugging; do not use in production."
)