about summary refs log tree commit diff
path: root/src/gemma.cpp
diff options
context:
space:
mode:
authorPjotr Prins2025-11-22 10:46:05 +0100
committerPjotr Prins2025-11-22 10:46:05 +0100
commit8842a9544bf25041afc52c4481ff7e80bbd55a54 (patch)
tree2e9f121440bf519abc6df2b3f88b9274e0babb40 /src/gemma.cpp
parentd9f1a4a8e648725bff2b03a59651e56644eb8c4b (diff)
downloadpangemma-8842a9544bf25041afc52c4481ff7e80bbd55a54.tar.gz
Prevent memory leak
Diffstat (limited to 'src/gemma.cpp')
-rw-r--r--src/gemma.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gemma.cpp b/src/gemma.cpp
index d2281ae..a9038c7 100644
--- a/src/gemma.cpp
+++ b/src/gemma.cpp
@@ -3170,7 +3170,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 << "## Build profile    = " << GEMMA_PROFILE << endl ;
   #ifdef __GNUC__
   outfile << "## GCC version      = " << __GNUC__ << "." << __GNUC_MINOR__ << "." << __GNUC_PATCHLEVEL__ << endl;
   #endif