gawkworkflow: Debugging

1 
1 8.4 Compiling For Debugging
1 ===========================
1 
1 If you wish to compile for debugging, you should use GCC. After running
1 'configure' but before running 'make', edit the 'Makefile' and remove
1 the '-O2' flag from the definition of 'CFLAGS'.  Optionally, do the same
1 for 'extensions/Makefile'.  Then run 'make'.
1 
1    You can enable additional debugging code by creating a file named
1 '.developing' in the 'gawk' source code directory _before_ running
1 'configure'.  Doing so enables additional conditionally-compiled
1 debugging code within 'gawk', and adds additional warning and debugging
1 options if compiling with GCC.
1