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

Re-enable C++ profiling and debugging options

parent 50a3cf85
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,8 @@ endif
# CXXFLAGS defines the default compilation options for the C++ compiler
ifndef CXXFLAGS
#override CXXFLAGS=-O3 -ggdb -pg -coverage -I$(HDF5_INCLUDE)
override CXXFLAGS=-O3 -I$(HDF5_INCLUDE)
override CXXFLAGS=-O3 -ggdb -pg -coverage -I$(HDF5_INCLUDE)
#override CXXFLAGS=-O3 -I$(HDF5_INCLUDE)
endif
# HDF5_LIB defines the default path to the HDF5 libraries to use
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment