set profiling to false by default

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10232 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2005-07-15 23:30:20 +00:00
parent 3ed377276b
commit 6ee9bbab04
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-07-16 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
* lyxinclude.m4: set profiling off by defqult
2005-07-15 José Matos <jamatos@lyx.org> 2005-07-15 José Matos <jamatos@lyx.org>
* py-compile: new file to byte-compile python scripts. * py-compile: new file to byte-compile python scripts.

View File

@ -202,7 +202,7 @@ AC_ARG_ENABLE(concept-checks,
AC_ARG_ENABLE(profiling, AC_ARG_ENABLE(profiling,
AC_HELP_STRING([--enable-profiling],[enable profiling]),, AC_HELP_STRING([--enable-profiling],[enable profiling]),,
enable_profiling=yes;) enable_profiling=no;)
### set up optimization ### set up optimization
AC_ARG_ENABLE(optimization, AC_ARG_ENABLE(optimization,