Skip to content

Commit 8d9a94e

Browse files
committed
Implemented commit hash printing
1 parent d945f38 commit 8d9a94e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

22.RaytracedAO/main.cpp

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,14 @@ int main(int argc, char** argv)
272272
for (auto i = 1ul; i < argc; ++i)
273273
arguments.emplace_back(argv[i]);
274274
}
275-
275+
std::cout << std::endl;
276+
std::cout << "-- Build URL:" << std::endl;
277+
std::cout << NBL_BUILD_URL << std::endl;
278+
std::cout << std::endl;
279+
std::cout << "-- Build log:" << std::endl;
280+
std::cout << NBL_GIT_LOG << std::endl;
281+
std::cout << std::endl;
282+
276283
bool applicationIsReloaded = false;
277284
PersistentState applicationState;
278285
{

0 commit comments

Comments
 (0)