There was an error fetching the commit references. Please try again later.
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
Showing
- configure.ac 7 additions, 2 deletionsconfigure.ac
- examples/Makefile.am 3 additions, 1 deletionexamples/Makefile.am
- examples/client.cc 0 additions, 7 deletionsexamples/client.cc
- examples/crypto.cc 0 additions, 1 deletionexamples/crypto.cc
- examples/server.cc 0 additions, 7 deletionsexamples/server.cc
- lib/Makefile.am 1 addition, 1 deletionlib/Makefile.am
- tests/Makefile.am 1 addition, 0 deletionstests/Makefile.am
Please register or sign in to comment