Skip to content
Snippets Groups Projects
Commit 04f4f3e5 authored by Nick Jones's avatar Nick Jones
Browse files

Improve ease of debugging of client/server examples

- Define new CFLAGS in debug mode:
  - enable full embedding of debugging symbols
  - lower optimisation to avoid 'jumping' in gdb
  - enable stricter compiler warnings
- mitigate compiler warnings in client example
- Build client and server executables as binaries to
  allow them to be invoked directly by gdb
parent bebd26fa
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment