mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
disable pre-compiled headers for autotools. they slow down things rather
then speeding up. maybe our usage is wrong, though. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20586 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0dfcdb007c
commit
95fed8bed6
@ -216,7 +216,7 @@ esac
|
||||
|
||||
AC_ARG_ENABLE(pch,
|
||||
AC_HELP_STRING([--enable-pch],[enable precompiled headers]),,
|
||||
enable_pch=yes;)
|
||||
enable_pch=no;)
|
||||
lyx_pch_comp=no
|
||||
|
||||
# set the compiler options correctly.
|
||||
|
Loading…
Reference in New Issue
Block a user