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

Disable optimization when building in debug mode

parent 997e4e2c
Branches gdal_pvl
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ endif
# CXXFLAGS defines the default compilation options for the C++ compiler
ifndef CXXFLAGS
#override CXXFLAGS=-O3 -ggdb -pg -coverage -I$(HDF5_INCLUDE)
#override CXXFLAGS=-O0 -ggdb -pg -coverage -I$(HDF5_INCLUDE)
override CXXFLAGS=-O3 -I$(HDF5_INCLUDE)
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment