diff options
author | Pjotr Prins | 2018-07-14 13:10:41 +0200 |
---|---|---|
committer | Pjotr Prins | 2018-07-14 13:10:41 +0200 |
commit | d42329ed84e99f9ab351af291c42dbd06ca9cb59 (patch) | |
tree | b7b32a259c0808a2891932f8d0a653b59adbb90b /src/gemma.cpp | |
parent | 3f120a438bd9ce981a43058f47bb2bb05f86fc1e (diff) | |
download | pangemma-d42329ed84e99f9ab351af291c42dbd06ca9cb59.tar.gz |
Guix: add more build information to the final binary
Diffstat (limited to 'src/gemma.cpp')
-rw-r--r-- | src/gemma.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 |