Merge branch 'development' into LTS_development
# Conflicts: # CMakeLists.txt # lib/config.cpp
This commit is contained in:
commit
b430ef239e
1 changed files with 1 additions and 1 deletions
|
@ -206,10 +206,10 @@ bool Util::Config::parseArgs(int & argc, char ** & argv) {
|
||||||
#ifdef WITH_THREADNAMES
|
#ifdef WITH_THREADNAMES
|
||||||
std::cout << "- Flag: With threadnames. Debuggers will show sensible human-readable thread names." << std::endl;
|
std::cout << "- Flag: With threadnames. Debuggers will show sensible human-readable thread names." << std::endl;
|
||||||
#endif
|
#endif
|
||||||
/*LTS-START*/
|
|
||||||
#ifdef BIGMETA
|
#ifdef BIGMETA
|
||||||
std::cout << "- Flag: Big metadata. Enabled longer live stream durations. Breaks compatibility with DTSH files generated by versions without this flag." << std::endl;
|
std::cout << "- Flag: Big metadata. Enabled longer live stream durations. Breaks compatibility with DTSH files generated by versions without this flag." << std::endl;
|
||||||
#endif
|
#endif
|
||||||
|
/*LTS-START*/
|
||||||
#ifndef UPDATER
|
#ifndef UPDATER
|
||||||
std::cout << "- Flag: Updater disabled. Server will not call back home and attempt to search for updates at regular intervals." << std::endl;
|
std::cout << "- Flag: Updater disabled. Server will not call back home and attempt to search for updates at regular intervals." << std::endl;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue