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

Remove debugging flags from compilation process

parent 0dadf60d
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