mirror of
https://github.com/apache/impala.git
synced 2026-02-01 12:00:22 -05:00
Changed debug/release to upper case.
This commit is contained in:
@@ -252,9 +252,9 @@ string GetBuildVersion() {
|
||||
stringstream ss;
|
||||
ss << Version::BUILD_VERSION
|
||||
#ifdef NDEBUG
|
||||
<< " release"
|
||||
<< " RELEASE"
|
||||
#else
|
||||
<< " debug"
|
||||
<< " DEBUG"
|
||||
#endif
|
||||
<< " (build " << Version::BUILD_HASH
|
||||
<< ")" << endl
|
||||
|
||||
Reference in New Issue
Block a user