Note:
This document assumes you have already read the build document.
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