Debian-version-info-and-bugreport
Gbp-Pq: Name 0003-Debian-version-info-and-bugreport.patch
This commit is contained in:
parent
1e023a42f6
commit
f515e264ff
|
@ -2378,6 +2378,10 @@ public:
|
|||
OS << " " << LLVM_VERSION_INFO;
|
||||
#endif
|
||||
OS << "\n ";
|
||||
#ifdef LLVM_DEBIAN_INFO
|
||||
OS << LLVM_DEBIAN_INFO;
|
||||
#endif
|
||||
OS << "\n ";
|
||||
#ifndef __OPTIMIZE__
|
||||
OS << "DEBUG build";
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue