mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
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:
parent
3ed377276b
commit
6ee9bbab04
@ -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.
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user