Skip to content
Snippets Groups Projects
Commit 72c6db18 authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Add optimization level message to configure.log

parent 844c9bb9
No related branches found
No related tags found
No related merge requests found
...@@ -912,6 +912,7 @@ fi ...@@ -912,6 +912,7 @@ fi
# Print a summary of configuration options # Print a summary of configuration options
echo "INFO: optimization level is ${CXX_OPT}." echo "INFO: optimization level is ${CXX_OPT}."
echo "INFO: optimization level is ${CXX_OPT}." >> configure.log
if [ "x${CXX_DBG}" = "x" ]; then if [ "x${CXX_DBG}" = "x" ]; then
echo "INFO: gdb is disabled." echo "INFO: gdb is disabled."
echo "INFO: gdb is disabled." >> configure.log echo "INFO: gdb is disabled." >> configure.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment