Skip to content
Snippets Groups Projects
Commit a3475b7e authored by Claus-Justus Heine's avatar Claus-Justus Heine
Browse files

Compile profiling libraries with debugging information (and optimized).

parent 6676aea1
No related branches found
No related tags found
No related merge requests found
......@@ -412,7 +412,7 @@ if test "${BUILD_PROFILE_LIBS}" = "1"; then
ALBERTA_PROFILE_CFLAGS="${alberta_save_CFLAGS}"
else
if test "$GCC" = yes; then
ALBERTA_PROFILE_CFLAGS="-Wall -pedantic -std=c99 -O3 -pg"
ALBERTA_PROFILE_CFLAGS="-Wall -pedantic -std=c99 -O3 -pg -ggdb3"
else # use autoconf default
ALBERTA_PROFILE_CFLAGS="${CFLAGS}"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment