Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

However, that did not work for me.  Instead, on the command line, I manually add the CFLAGS compiler flags like this:

$ make BUILD_IOCS=YES USR_CFLAGS="-ggdb -O0" USR_CXXFLAGS="-ggdb -O0"

...