diff --git a/commandline.cpp b/commandline.cpp index bb9fb609..f224c5d7 100644 --- a/commandline.cpp +++ b/commandline.cpp @@ -152,6 +152,9 @@ int arg::readCommon() { PHASE(1); offlineMode = true; } + else if(argis("-no-stamp")) { + debugflags &=~ DF_TIME; + } else if(argis("-debf")) { shift(); string s = args();