mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
623cc13b60
When debug (-g) is enabled (default when compiling a development version), the existing -O optimization level is not correct, since many variables are optimized out when debugging. Use -Og instead, and condition not on compiling a development version, but on --enable-debug. This is the same by default, but it more precise in our case. |
||
---|---|---|
.. | ||
.gitignore | ||
common.am | ||
config.rpath | ||
lyxinclude.m4 | ||
lyxpython.m4 | ||
Makefile.am | ||
pkg.m4 | ||
qt.m4 | ||
spell.m4 |