Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 412 Bytes

README-DEVELOPER.md

File metadata and controls

18 lines (14 loc) · 412 Bytes

procenv developer details

Note:

This document assumes you have already read the build document.

Debug with gdb or lldb

To disable optimisations when building procenv, configure by specifying the --disable-compiler-optimisations configure option (which sets the -O0 compiler option):

$ /configure --disable-compiler-optimisations
$ make
$ gdb src/procenv