when I add the following lines to the makefile.in to enable debug mode the next build for ns2 fails giving comilation errors in the code. could anyone help
CCOPT = -g # Hinzufügen der "-g"-Option DEFINE = -DNDEBUG # Löschen des NoDebug-Flags DEFINE = -DDEBUG # Hinzufügen des Debug-Flags
