From 9df9d23fa83cab169e5219aa40e0e50ab1dbb7d3 Mon Sep 17 00:00:00 2001 From: Luca Padovani Date: Sat, 21 Feb 2004 09:52:24 +0000 Subject: [PATCH] * fixed profiling flags --- helm/DEVEL/mathml_editor/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm/DEVEL/mathml_editor/configure.ac b/helm/DEVEL/mathml_editor/configure.ac index 74115f317..25f607834 100644 --- a/helm/DEVEL/mathml_editor/configure.ac +++ b/helm/DEVEL/mathml_editor/configure.ac @@ -166,8 +166,8 @@ AC_CHECK_FILE(/usr/include/caml/mlvalues.h, AC_SUBST(OCAML_INCLUDE_DIR) if test $profile = yes; then - CFLAFS="$CFLAGS -p" - CXXFLAGS="$CXXFLAGS -p" + CFLAFS="$CFLAGS -O0 -pg" + CXXFLAGS="$CXXFLAGS -O0 -pg" AC_DEFINE(ENABLE_PROFILE,,[Define to 1 to let the widget collect some information for profiling purposes]) fi -- 2.39.2