From d42329ed84e99f9ab351af291c42dbd06ca9cb59 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Sat, 14 Jul 2018 13:10:41 +0200 Subject: Guix: add more build information to the final binary --- src/gemma.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gemma.cpp') diff --git a/src/gemma.cpp b/src/gemma.cpp index 758aa24..4c7799a 100644 --- a/src/gemma.cpp +++ b/src/gemma.cpp @@ -3106,6 +3106,7 @@ void GEMMA::WriteLog(int argc, char **argv, PARAM &cPar) { outfile << "##" << endl; outfile << "## GEMMA Version = " << version << " (" << date << ")" << endl; + outfile << "## Build profile = " << GEMMA_PROFILE << endl ; outfile << "## GSL Version = " << GSL_VERSION << endl; outfile << "## Eigen Version = " << EIGEN_WORLD_VERSION << "." << EIGEN_MAJOR_VERSION << "." << EIGEN_MINOR_VERSION << endl; #ifdef OPENBLAS -- cgit v1.2.3